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