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