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