pub struct RecoveryState {
pub entries: Vec<StoredEntry>,
pub snapshot_timestamp_ms: u64,
}Fields§
§entries: Vec<StoredEntry>§snapshot_timestamp_ms: u64Trait Implementations§
Source§impl Clone for RecoveryState
impl Clone for RecoveryState
Source§fn clone(&self) -> RecoveryState
fn clone(&self) -> RecoveryState
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 moreAuto Trait Implementations§
impl Freeze for RecoveryState
impl RefUnwindSafe for RecoveryState
impl Send for RecoveryState
impl Sync for RecoveryState
impl Unpin for RecoveryState
impl UnsafeUnpin for RecoveryState
impl UnwindSafe for RecoveryState
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