pub struct VerificationConformance {
pub design_v1_ready: bool,
pub member_count: usize,
pub members_with_checks: usize,
pub all_members_have_checks: bool,
pub fleet_check_count: usize,
pub role_check_group_count: usize,
}Expand description
VerificationConformance
Fields§
§design_v1_ready: bool§member_count: usize§members_with_checks: usize§all_members_have_checks: bool§fleet_check_count: usize§role_check_group_count: usizeTrait Implementations§
Source§impl Clone for VerificationConformance
impl Clone for VerificationConformance
Source§fn clone(&self) -> VerificationConformance
fn clone(&self) -> VerificationConformance
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 VerificationConformance
impl Debug for VerificationConformance
Source§impl<'de> Deserialize<'de> for VerificationConformance
impl<'de> Deserialize<'de> for VerificationConformance
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
Source§impl PartialEq for VerificationConformance
impl PartialEq for VerificationConformance
Source§impl Serialize for VerificationConformance
impl Serialize for VerificationConformance
impl Eq for VerificationConformance
impl StructuralPartialEq for VerificationConformance
Auto Trait Implementations§
impl Freeze for VerificationConformance
impl RefUnwindSafe for VerificationConformance
impl Send for VerificationConformance
impl Sync for VerificationConformance
impl Unpin for VerificationConformance
impl UnsafeUnpin for VerificationConformance
impl UnwindSafe for VerificationConformance
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