Struct dittolive_ditto::store::query_builder::Subscription
source · pub struct Subscription { /* private fields */ }
Expand description
Use cursor_op.subscribe()
or id_op.subscribe()
to sync documents from remote peers.
Holding a Subscription
will cause documents matching the query to continue to sync
from remote peers.
Dropping a Subscription
will cancel the sync of this query’s documents from remote peers.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Subscription
impl RefUnwindSafe for Subscription
impl Send for Subscription
impl Sync for Subscription
impl Unpin for Subscription
impl UnwindSafe for Subscription
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