pub struct RestoreRunReceiptSummary {
pub total_receipts: usize,
pub command_completed: usize,
pub command_failed: usize,
pub pending_recovered: usize,
}Expand description
RestoreRunReceiptSummary
Fields§
§total_receipts: usize§command_completed: usize§command_failed: usize§pending_recovered: usizeTrait Implementations§
Source§impl Clone for RestoreRunReceiptSummary
impl Clone for RestoreRunReceiptSummary
Source§fn clone(&self) -> RestoreRunReceiptSummary
fn clone(&self) -> RestoreRunReceiptSummary
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 RestoreRunReceiptSummary
impl Debug for RestoreRunReceiptSummary
Source§impl Default for RestoreRunReceiptSummary
impl Default for RestoreRunReceiptSummary
Source§fn default() -> RestoreRunReceiptSummary
fn default() -> RestoreRunReceiptSummary
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RestoreRunReceiptSummary
impl RefUnwindSafe for RestoreRunReceiptSummary
impl Send for RestoreRunReceiptSummary
impl Sync for RestoreRunReceiptSummary
impl Unpin for RestoreRunReceiptSummary
impl UnsafeUnpin for RestoreRunReceiptSummary
impl UnwindSafe for RestoreRunReceiptSummary
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