#[non_exhaustive]pub struct Remover { /* private fields */ }
Expand description
Remover holds configuration for different ways of removing directories.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Remover
impl RefUnwindSafe for Remover
impl Send for Remover
impl Sync for Remover
impl Unpin for Remover
impl UnwindSafe for Remover
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