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 · 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 NodeUpsertStatus
impl Debug for NodeUpsertStatus
Source§impl PartialEq for NodeUpsertStatus
impl PartialEq for NodeUpsertStatus
impl Copy for NodeUpsertStatus
impl Eq for NodeUpsertStatus
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