#[repr(usize)]pub enum KvSetMutationKind {
Union = 1,
Minus = 2,
Intersect = 3,
Set = 4,
}Variants§
Trait Implementations§
Source§impl Clone for KvSetMutationKind
impl Clone for KvSetMutationKind
Source§fn clone(&self) -> KvSetMutationKind
fn clone(&self) -> KvSetMutationKind
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 KvSetMutationKind
Source§impl Debug for KvSetMutationKind
impl Debug for KvSetMutationKind
impl Eq for KvSetMutationKind
Source§impl PartialEq for KvSetMutationKind
impl PartialEq for KvSetMutationKind
Source§fn eq(&self, other: &KvSetMutationKind) -> bool
fn eq(&self, other: &KvSetMutationKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for KvSetMutationKind
Auto Trait Implementations§
impl Freeze for KvSetMutationKind
impl RefUnwindSafe for KvSetMutationKind
impl Send for KvSetMutationKind
impl Sync for KvSetMutationKind
impl Unpin for KvSetMutationKind
impl UnsafeUnpin for KvSetMutationKind
impl UnwindSafe for KvSetMutationKind
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