pub struct DiskDeleteWhen(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for DiskDeleteWhen
impl !RefUnwindSafe for DiskDeleteWhen
impl !Send for DiskDeleteWhen
impl !Sync for DiskDeleteWhen
impl Unpin for DiskDeleteWhen
impl UnsafeUnpin for DiskDeleteWhen
impl !UnwindSafe for DiskDeleteWhen
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