Enum dittolive_ditto::store::batch::DocChangeKind
source · pub enum DocChangeKind {
Inserted,
Removed,
Evicted,
Updated,
}
Expand description
The types of write transaction result.
Variants§
Trait Implementations§
source§impl Debug for DocChangeKind
impl Debug for DocChangeKind
source§impl PartialEq for DocChangeKind
impl PartialEq for DocChangeKind
source§fn eq(&self, other: &DocChangeKind) -> bool
fn eq(&self, other: &DocChangeKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for DocChangeKind
impl StructuralEq for DocChangeKind
impl StructuralPartialEq for DocChangeKind
Auto Trait Implementations§
impl RefUnwindSafe for DocChangeKind
impl Send for DocChangeKind
impl Sync for DocChangeKind
impl Unpin for DocChangeKind
impl UnwindSafe for DocChangeKind
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
§impl<T> CompatExt for T
impl<T> CompatExt for T
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more