pub struct HashMapStoreSnapshot { /* private fields */ }Expand description
Owned deep copy of the entire store, used for savepoints.
Trait Implementations§
Source§impl Clone for HashMapStoreSnapshot
impl Clone for HashMapStoreSnapshot
Source§fn clone(&self) -> HashMapStoreSnapshot
fn clone(&self) -> HashMapStoreSnapshot
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HashMapStoreSnapshot
impl Debug for HashMapStoreSnapshot
Auto Trait Implementations§
impl Freeze for HashMapStoreSnapshot
impl RefUnwindSafe for HashMapStoreSnapshot
impl Send for HashMapStoreSnapshot
impl Sync for HashMapStoreSnapshot
impl Unpin for HashMapStoreSnapshot
impl UnsafeUnpin for HashMapStoreSnapshot
impl UnwindSafe for HashMapStoreSnapshot
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