pub enum GraphOperation {
Upsert,
Reference,
Remove,
}Variants§
Trait Implementations§
Source§impl Clone for GraphOperation
impl Clone for GraphOperation
Source§fn clone(&self) -> GraphOperation
fn clone(&self) -> GraphOperation
Returns a duplicate of the value. Read more
1.0.0 · 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 GraphOperation
impl Debug for GraphOperation
Source§impl PartialEq for GraphOperation
impl PartialEq for GraphOperation
impl Copy for GraphOperation
impl Eq for GraphOperation
impl StructuralPartialEq for GraphOperation
Auto Trait Implementations§
impl Freeze for GraphOperation
impl RefUnwindSafe for GraphOperation
impl Send for GraphOperation
impl Sync for GraphOperation
impl Unpin for GraphOperation
impl UnsafeUnpin for GraphOperation
impl UnwindSafe for GraphOperation
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