pub struct DeleteFileHandler;Expand description
Handles file deletion actions
Implementations§
Auto Trait Implementations§
impl Freeze for DeleteFileHandler
impl RefUnwindSafe for DeleteFileHandler
impl Send for DeleteFileHandler
impl Sync for DeleteFileHandler
impl Unpin for DeleteFileHandler
impl UnwindSafe for DeleteFileHandler
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