pub enum DocumentMutationKind {
ExchangePatch,
BacklogOp,
IceboxPatch,
FullContent,
Repair,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DocumentMutationKind
impl Clone for DocumentMutationKind
Source§fn clone(&self) -> DocumentMutationKind
fn clone(&self) -> DocumentMutationKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DocumentMutationKind
Source§impl Debug for DocumentMutationKind
impl Debug for DocumentMutationKind
impl Eq for DocumentMutationKind
Source§impl Hash for DocumentMutationKind
impl Hash for DocumentMutationKind
Source§impl Ord for DocumentMutationKind
impl Ord for DocumentMutationKind
Source§fn cmp(&self, other: &DocumentMutationKind) -> Ordering
fn cmp(&self, other: &DocumentMutationKind) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DocumentMutationKind
impl PartialEq for DocumentMutationKind
Source§fn eq(&self, other: &DocumentMutationKind) -> bool
fn eq(&self, other: &DocumentMutationKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DocumentMutationKind
impl PartialOrd for DocumentMutationKind
impl StructuralPartialEq for DocumentMutationKind
Auto Trait Implementations§
impl Freeze for DocumentMutationKind
impl RefUnwindSafe for DocumentMutationKind
impl Send for DocumentMutationKind
impl Sync for DocumentMutationKind
impl Unpin for DocumentMutationKind
impl UnsafeUnpin for DocumentMutationKind
impl UnwindSafe for DocumentMutationKind
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