pub enum NodeUpsertStatus {
Created,
Updated,
Duplicate,
Skipped,
}Variants§
Trait Implementations§
Source§impl Clone for NodeUpsertStatus
impl Clone for NodeUpsertStatus
Source§fn clone(&self) -> NodeUpsertStatus
fn clone(&self) -> NodeUpsertStatus
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 NodeUpsertStatus
Source§impl Debug for NodeUpsertStatus
impl Debug for NodeUpsertStatus
impl Eq for NodeUpsertStatus
Source§impl PartialEq for NodeUpsertStatus
impl PartialEq for NodeUpsertStatus
Source§fn eq(&self, other: &NodeUpsertStatus) -> bool
fn eq(&self, other: &NodeUpsertStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NodeUpsertStatus
Auto Trait Implementations§
impl Freeze for NodeUpsertStatus
impl RefUnwindSafe for NodeUpsertStatus
impl Send for NodeUpsertStatus
impl Sync for NodeUpsertStatus
impl Unpin for NodeUpsertStatus
impl UnsafeUnpin for NodeUpsertStatus
impl UnwindSafe for NodeUpsertStatus
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