pub struct RestoreVerificationSummary {
pub verification_required: bool,
pub all_members_have_checks: bool,
pub fleet_checks: usize,
pub member_check_groups: usize,
pub member_checks: usize,
pub members_with_checks: usize,
pub total_checks: usize,
}Expand description
RestoreVerificationSummary
Fields§
§verification_required: bool§all_members_have_checks: bool§fleet_checks: usize§member_check_groups: usize§member_checks: usize§members_with_checks: usize§total_checks: usizeTrait Implementations§
Source§impl Clone for RestoreVerificationSummary
impl Clone for RestoreVerificationSummary
Source§fn clone(&self) -> RestoreVerificationSummary
fn clone(&self) -> RestoreVerificationSummary
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 RestoreVerificationSummary
impl Debug for RestoreVerificationSummary
Source§impl<'de> Deserialize<'de> for RestoreVerificationSummary
impl<'de> Deserialize<'de> for RestoreVerificationSummary
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RestoreVerificationSummary
impl StructuralPartialEq for RestoreVerificationSummary
Auto Trait Implementations§
impl Freeze for RestoreVerificationSummary
impl RefUnwindSafe for RestoreVerificationSummary
impl Send for RestoreVerificationSummary
impl Sync for RestoreVerificationSummary
impl Unpin for RestoreVerificationSummary
impl UnsafeUnpin for RestoreVerificationSummary
impl UnwindSafe for RestoreVerificationSummary
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