Struct dittolive_ditto::store::collections::event::CollectionsEvent [−][src]
pub struct CollectionsEvent {
pub is_initial: bool,
pub collections: Vec<Collection>,
pub old_collections: Vec<Collection>,
pub insertions: Box<[usize]>,
pub deletions: Box<[usize]>,
pub updates: Box<[usize]>,
pub moves: Vec<LiveQueryMove>,
}
Fields
is_initial: bool
collections: Vec<Collection>
old_collections: Vec<Collection>
insertions: Box<[usize]>
deletions: Box<[usize]>
updates: Box<[usize]>
moves: Vec<LiveQueryMove>
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CollectionsEvent
impl Send for CollectionsEvent
impl Sync for CollectionsEvent
impl Unpin for CollectionsEvent
impl UnwindSafe for CollectionsEvent
Blanket Implementations
Mutably borrows from an owned value. Read more