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