pub enum ForceDeletion {
Force,
NoForce,
}Expand description
Controls whether directory deletion is forced.
Variants§
Trait Implementations§
Source§impl Clone for ForceDeletion
impl Clone for ForceDeletion
Source§fn clone(&self) -> ForceDeletion
fn clone(&self) -> ForceDeletion
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 ForceDeletion
impl Debug for ForceDeletion
Source§impl Default for ForceDeletion
impl Default for ForceDeletion
Source§fn default() -> ForceDeletion
fn default() -> ForceDeletion
Returns the “default value” for a type. Read more
Source§impl From<bool> for ForceDeletion
impl From<bool> for ForceDeletion
Source§impl Into<bool> for ForceDeletion
impl Into<bool> for ForceDeletion
Source§impl PartialEq for ForceDeletion
impl PartialEq for ForceDeletion
impl StructuralPartialEq for ForceDeletion
Auto Trait Implementations§
impl Freeze for ForceDeletion
impl RefUnwindSafe for ForceDeletion
impl Send for ForceDeletion
impl Sync for ForceDeletion
impl Unpin for ForceDeletion
impl UnsafeUnpin for ForceDeletion
impl UnwindSafe for ForceDeletion
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