pub struct Snapshot<T> { /* private fields */ }Expand description
Lock-light snapshot container.
Implementations§
Source§impl<T> Snapshot<T>
impl<T> Snapshot<T>
Trait Implementations§
Auto Trait Implementations§
impl<T> !Freeze for Snapshot<T>
impl<T> !RefUnwindSafe for Snapshot<T>
impl<T> Send for Snapshot<T>
impl<T> Sync for Snapshot<T>
impl<T> Unpin for Snapshot<T>
impl<T> UnsafeUnpin for Snapshot<T>
impl<T> UnwindSafe for Snapshot<T>where
T: RefUnwindSafe,
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