pub struct Synced;Expand description
Historical snapshot has been replayed into the consumer. The consumer’s local model now matches the producer’s state as of the snapshot. Live stream may have items queued but not yet forwarded.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Synced
impl RefUnwindSafe for Synced
impl Send for Synced
impl Sync for Synced
impl Unpin for Synced
impl UnsafeUnpin for Synced
impl UnwindSafe for Synced
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more