#[non_exhaustive]pub struct ConformancePackRuleCompliance { /* private fields */ }Expand description
Compliance information of one or more Config rules within a conformance pack. You can filter using Config rule names and compliance types.
Implementations§
source§impl ConformancePackRuleCompliance
impl ConformancePackRuleCompliance
sourcepub fn config_rule_name(&self) -> Option<&str>
pub fn config_rule_name(&self) -> Option<&str>
Name of the Config rule.
sourcepub fn compliance_type(&self) -> Option<&ConformancePackComplianceType>
pub fn compliance_type(&self) -> Option<&ConformancePackComplianceType>
Compliance of the Config rule.
source§impl ConformancePackRuleCompliance
impl ConformancePackRuleCompliance
sourcepub fn builder() -> ConformancePackRuleComplianceBuilder
pub fn builder() -> ConformancePackRuleComplianceBuilder
Creates a new builder-style object to manufacture ConformancePackRuleCompliance.
Trait Implementations§
source§impl Clone for ConformancePackRuleCompliance
impl Clone for ConformancePackRuleCompliance
source§fn clone(&self) -> ConformancePackRuleCompliance
fn clone(&self) -> ConformancePackRuleCompliance
Returns a copy 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 PartialEq<ConformancePackRuleCompliance> for ConformancePackRuleCompliance
impl PartialEq<ConformancePackRuleCompliance> for ConformancePackRuleCompliance
source§fn eq(&self, other: &ConformancePackRuleCompliance) -> bool
fn eq(&self, other: &ConformancePackRuleCompliance) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ConformancePackRuleCompliance
Auto Trait Implementations§
impl RefUnwindSafe for ConformancePackRuleCompliance
impl Send for ConformancePackRuleCompliance
impl Sync for ConformancePackRuleCompliance
impl Unpin for ConformancePackRuleCompliance
impl UnwindSafe for ConformancePackRuleCompliance
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