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