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