pub enum DeleteFlag {
LowPriority(Span),
Quick(Span),
Ignore(Span),
}
Expand description
Flags for deletion
Variants§
Trait Implementations§
Source§impl Clone for DeleteFlag
impl Clone for DeleteFlag
Source§fn clone(&self) -> DeleteFlag
fn clone(&self) -> DeleteFlag
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 DeleteFlag
impl Debug for DeleteFlag
Auto Trait Implementations§
impl Freeze for DeleteFlag
impl RefUnwindSafe for DeleteFlag
impl Send for DeleteFlag
impl Sync for DeleteFlag
impl Unpin for DeleteFlag
impl UnwindSafe for DeleteFlag
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