pub enum GraphMutationKind {
Create,
Update,
Delete,
Reference,
}Variants§
Trait Implementations§
Source§impl Clone for GraphMutationKind
impl Clone for GraphMutationKind
Source§fn clone(&self) -> GraphMutationKind
fn clone(&self) -> GraphMutationKind
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 moreSource§impl Debug for GraphMutationKind
impl Debug for GraphMutationKind
Source§impl Ord for GraphMutationKind
impl Ord for GraphMutationKind
Source§fn cmp(&self, other: &GraphMutationKind) -> Ordering
fn cmp(&self, other: &GraphMutationKind) -> 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 GraphMutationKind
impl PartialEq for GraphMutationKind
Source§fn eq(&self, other: &GraphMutationKind) -> bool
fn eq(&self, other: &GraphMutationKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for GraphMutationKind
impl PartialOrd for GraphMutationKind
impl Copy for GraphMutationKind
impl Eq for GraphMutationKind
impl StructuralPartialEq for GraphMutationKind
Auto Trait Implementations§
impl Freeze for GraphMutationKind
impl RefUnwindSafe for GraphMutationKind
impl Send for GraphMutationKind
impl Sync for GraphMutationKind
impl Unpin for GraphMutationKind
impl UnsafeUnpin for GraphMutationKind
impl UnwindSafe for GraphMutationKind
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