pub struct BackupPreflightReport {Show 24 fields
pub status: String,
pub backup_id: String,
pub backup_dir: String,
pub source_environment: String,
pub source_root_canister: String,
pub topology_hash: String,
pub mapping_path: Option<String>,
pub journal_complete: bool,
pub inspection_status: String,
pub provenance_status: String,
pub backup_id_status: String,
pub topology_receipts_status: String,
pub topology_mismatch_count: usize,
pub integrity_verified: bool,
pub manifest_members: usize,
pub backup_unit_count: usize,
pub restore_plan_members: usize,
pub manifest_validation_path: String,
pub backup_status_path: String,
pub backup_inspection_path: String,
pub backup_provenance_path: String,
pub backup_integrity_path: String,
pub restore_plan_path: String,
pub preflight_summary_path: String,
}Expand description
BackupPreflightReport
Fields§
§status: String§backup_id: String§backup_dir: String§source_environment: String§source_root_canister: String§topology_hash: String§mapping_path: Option<String>§journal_complete: bool§inspection_status: String§provenance_status: String§backup_id_status: String§topology_receipts_status: String§topology_mismatch_count: usize§integrity_verified: bool§manifest_members: usize§backup_unit_count: usize§restore_plan_members: usize§manifest_validation_path: String§backup_status_path: String§backup_inspection_path: String§backup_provenance_path: String§backup_integrity_path: String§restore_plan_path: String§preflight_summary_path: StringTrait Implementations§
Source§impl Clone for BackupPreflightReport
impl Clone for BackupPreflightReport
Source§fn clone(&self) -> BackupPreflightReport
fn clone(&self) -> BackupPreflightReport
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 BackupPreflightReport
impl Debug for BackupPreflightReport
Source§impl PartialEq for BackupPreflightReport
impl PartialEq for BackupPreflightReport
impl Eq for BackupPreflightReport
impl StructuralPartialEq for BackupPreflightReport
Auto Trait Implementations§
impl Freeze for BackupPreflightReport
impl RefUnwindSafe for BackupPreflightReport
impl Send for BackupPreflightReport
impl Sync for BackupPreflightReport
impl Unpin for BackupPreflightReport
impl UnsafeUnpin for BackupPreflightReport
impl UnwindSafe for BackupPreflightReport
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