pub struct DeleteFiles;Auto Trait Implementations§
impl Freeze for DeleteFiles
impl RefUnwindSafe for DeleteFiles
impl Send for DeleteFiles
impl Sync for DeleteFiles
impl Unpin for DeleteFiles
impl UnsafeUnpin for DeleteFiles
impl UnwindSafe for DeleteFiles
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