pub struct HighRiskIacRule;Expand description
Reports high-risk infrastructure changes.
Trait Implementations§
Source§impl Clone for HighRiskIacRule
impl Clone for HighRiskIacRule
Source§fn clone(&self) -> HighRiskIacRule
fn clone(&self) -> HighRiskIacRule
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HighRiskIacRule
impl Debug for HighRiskIacRule
Source§impl Default for HighRiskIacRule
impl Default for HighRiskIacRule
Source§fn default() -> HighRiskIacRule
fn default() -> HighRiskIacRule
Returns the “default value” for a type. Read more
Source§impl PolicyRule for HighRiskIacRule
impl PolicyRule for HighRiskIacRule
Source§fn evaluate(
&self,
context: &PolicyContext<'_>,
) -> Result<Vec<Diagnostic>, RepoctlError>
fn evaluate( &self, context: &PolicyContext<'_>, ) -> Result<Vec<Diagnostic>, RepoctlError>
Evaluates the rule.
Auto Trait Implementations§
impl Freeze for HighRiskIacRule
impl RefUnwindSafe for HighRiskIacRule
impl Send for HighRiskIacRule
impl Sync for HighRiskIacRule
impl Unpin for HighRiskIacRule
impl UnsafeUnpin for HighRiskIacRule
impl UnwindSafe for HighRiskIacRule
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