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