pub struct RemoveDirs { /* private fields */ }
Expand description
I/O-free coroutine to remove multiple filesystem directories.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RemoveDirs
impl RefUnwindSafe for RemoveDirs
impl Send for RemoveDirs
impl Sync for RemoveDirs
impl Unpin for RemoveDirs
impl UnwindSafe for RemoveDirs
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