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