pub struct StoredSnapshot { /* private fields */ }Implementations§
Source§impl StoredSnapshot
impl StoredSnapshot
pub fn checkpoint(&self) -> Option<TxId>
pub fn persons(&self) -> &[StoredPerson]
Trait Implementations§
Source§impl Clone for StoredSnapshot
impl Clone for StoredSnapshot
Source§fn clone(&self) -> StoredSnapshot
fn clone(&self) -> StoredSnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StoredSnapshot
impl Debug for StoredSnapshot
impl Eq for StoredSnapshot
Source§impl PartialEq for StoredSnapshot
impl PartialEq for StoredSnapshot
impl StructuralPartialEq for StoredSnapshot
Auto Trait Implementations§
impl Freeze for StoredSnapshot
impl RefUnwindSafe for StoredSnapshot
impl Send for StoredSnapshot
impl Sync for StoredSnapshot
impl Unpin for StoredSnapshot
impl UnsafeUnpin for StoredSnapshot
impl UnwindSafe for StoredSnapshot
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