pub struct SnapshotView { /* private fields */ }Expand description
A frozen, Send view of one store’s live entries at a single instant.
Implementations§
Auto Trait Implementations§
impl Freeze for SnapshotView
impl RefUnwindSafe for SnapshotView
impl Send for SnapshotView
impl Sync for SnapshotView
impl Unpin for SnapshotView
impl UnsafeUnpin for SnapshotView
impl UnwindSafe for SnapshotView
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