Struct dittolive_ditto::store::live_query::LiveQueryMove
source · [−]pub struct LiveQueryMove {}
Expand description
Describes the index in a list of documents that a document was
previously found at (from
) and the index that it can now be found at
Implementations
Trait Implementations
sourceimpl Clone for LiveQueryMove
impl Clone for LiveQueryMove
sourcefn clone(&self) -> LiveQueryMove
fn clone(&self) -> LiveQueryMove
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for LiveQueryMove
impl Send for LiveQueryMove
impl Sync for LiveQueryMove
impl Unpin for LiveQueryMove
impl UnwindSafe for LiveQueryMove
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> CompatExt for T
impl<T> CompatExt for T
fn compat_ref(&self) -> Compat<&T>
fn compat_ref(&self) -> Compat<&T>
Applies the [
Compat
] adapter by shared reference. Read morefn compat_mut(&mut self) -> Compat<&mut T>
fn compat_mut(&mut self) -> Compat<&mut T>
Applies the [
Compat
] adapter by mutable reference. Read more