pub struct CliReport {
pub results: Vec<StoreResult>,
}Expand description
The CLI’s overall result: the recovered items across the requested stores.
Fields§
§results: Vec<StoreResult>Trait Implementations§
impl Eq for CliReport
impl StructuralPartialEq for CliReport
Auto Trait Implementations§
impl Freeze for CliReport
impl RefUnwindSafe for CliReport
impl Send for CliReport
impl Sync for CliReport
impl Unpin for CliReport
impl UnsafeUnpin for CliReport
impl UnwindSafe for CliReport
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