pub enum DeleteType {
DelNode,
DelTree,
}
Expand description
Variants§
Trait Implementations§
Source§impl Clone for DeleteType
impl Clone for DeleteType
Source§fn clone(&self) -> DeleteType
fn clone(&self) -> DeleteType
Returns a copy 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 DeleteType
impl Debug for DeleteType
Source§impl Hash for DeleteType
impl Hash for DeleteType
Source§impl PartialEq for DeleteType
impl PartialEq for DeleteType
impl Eq for DeleteType
impl StructuralPartialEq for DeleteType
Auto Trait Implementations§
impl Freeze for DeleteType
impl RefUnwindSafe for DeleteType
impl Send for DeleteType
impl Sync for DeleteType
impl Unpin for DeleteType
impl UnwindSafe for DeleteType
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