pub struct RestoreRunReceiptSummary {
pub total_receipts: usize,
pub command_completed: usize,
pub command_failed: usize,
pub failed_recovered: usize,
}Expand description
RestoreRunReceiptSummary
Compact count summary for restore runner receipts. Owned by restore runner responses and derived from detailed receipt rows.
Fields§
§total_receipts: usize§command_completed: usize§command_failed: usize§failed_recovered: usizeTrait Implementations§
Source§impl Clone for RestoreRunReceiptSummary
impl Clone for RestoreRunReceiptSummary
Source§impl Debug for RestoreRunReceiptSummary
impl Debug for RestoreRunReceiptSummary
Source§impl Default for RestoreRunReceiptSummary
impl Default for RestoreRunReceiptSummary
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