pub struct BackupSmokeReport {Show 15 fields
pub status: String,
pub backup_id: String,
pub backup_dir: String,
pub out_dir: String,
pub preflight_dir: String,
pub preflight_summary_path: String,
pub restore_apply_dry_run_path: String,
pub restore_apply_journal_path: String,
pub restore_run_dry_run_path: String,
pub smoke_summary_path: String,
pub manifest_design_v1_ready: bool,
pub restore_ready: bool,
pub restore_readiness_reasons: Vec<String>,
pub restore_planned_operations: usize,
pub runner_preview_written: bool,
}Expand description
BackupSmokeReport
Fields§
§status: String§backup_id: String§backup_dir: String§out_dir: String§preflight_dir: String§preflight_summary_path: String§restore_apply_dry_run_path: String§restore_apply_journal_path: String§restore_run_dry_run_path: String§smoke_summary_path: String§manifest_design_v1_ready: bool§restore_ready: bool§restore_readiness_reasons: Vec<String>§restore_planned_operations: usize§runner_preview_written: boolTrait Implementations§
Source§impl Clone for BackupSmokeReport
impl Clone for BackupSmokeReport
Source§fn clone(&self) -> BackupSmokeReport
fn clone(&self) -> BackupSmokeReport
Returns a duplicate of the value. Read more
1.0.0 · 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 BackupSmokeReport
impl Debug for BackupSmokeReport
Source§impl PartialEq for BackupSmokeReport
impl PartialEq for BackupSmokeReport
Source§impl Serialize for BackupSmokeReport
impl Serialize for BackupSmokeReport
impl Eq for BackupSmokeReport
impl StructuralPartialEq for BackupSmokeReport
Auto Trait Implementations§
impl Freeze for BackupSmokeReport
impl RefUnwindSafe for BackupSmokeReport
impl Send for BackupSmokeReport
impl Sync for BackupSmokeReport
impl Unpin for BackupSmokeReport
impl UnsafeUnpin for BackupSmokeReport
impl UnwindSafe for BackupSmokeReport
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