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