pub struct Recovery {
pub from_snapshot: bool,
pub to_sequence_nr: u64,
pub replay_max: u64,
}Fields§
§from_snapshot: bool§to_sequence_nr: u64§replay_max: u64Implementations§
Trait Implementations§
impl Copy for Recovery
Auto Trait Implementations§
impl Freeze for Recovery
impl RefUnwindSafe for Recovery
impl Send for Recovery
impl Sync for Recovery
impl Unpin for Recovery
impl UnsafeUnpin for Recovery
impl UnwindSafe for Recovery
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