pub struct RecoverySnapshot { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for RecoverySnapshot
impl Clone for RecoverySnapshot
Source§fn clone(&self) -> RecoverySnapshot
fn clone(&self) -> RecoverySnapshot
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 RecoverySnapshot
impl Debug for RecoverySnapshot
impl Eq for RecoverySnapshot
Source§impl PartialEq for RecoverySnapshot
impl PartialEq for RecoverySnapshot
impl StructuralPartialEq for RecoverySnapshot
Auto Trait Implementations§
impl Freeze for RecoverySnapshot
impl RefUnwindSafe for RecoverySnapshot
impl Send for RecoverySnapshot
impl Sync for RecoverySnapshot
impl Unpin for RecoverySnapshot
impl UnsafeUnpin for RecoverySnapshot
impl UnwindSafe for RecoverySnapshot
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