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