pub struct RecoverySummary {
pub recovered_steps: usize,
}Fields§
§recovered_steps: usizeTrait Implementations§
Source§impl Clone for RecoverySummary
impl Clone for RecoverySummary
Source§fn clone(&self) -> RecoverySummary
fn clone(&self) -> RecoverySummary
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 RecoverySummary
impl RefUnwindSafe for RecoverySummary
impl Send for RecoverySummary
impl Sync for RecoverySummary
impl Unpin for RecoverySummary
impl UnsafeUnpin for RecoverySummary
impl UnwindSafe for RecoverySummary
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