pub enum RulePosture {
Informational,
Advisory,
Shadow,
Blocking,
}Expand description
How the rule gates, independent of severity. Shadow observes without
affecting exit posture; Blocking is a deterministic gate.
Variants§
Implementations§
Source§impl RulePosture
impl RulePosture
Trait Implementations§
Source§impl Clone for RulePosture
impl Clone for RulePosture
Source§fn clone(&self) -> RulePosture
fn clone(&self) -> RulePosture
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 moreimpl Copy for RulePosture
Source§impl Debug for RulePosture
impl Debug for RulePosture
impl Eq for RulePosture
Source§impl Hash for RulePosture
impl Hash for RulePosture
Source§impl PartialEq for RulePosture
impl PartialEq for RulePosture
impl StructuralPartialEq for RulePosture
Auto Trait Implementations§
impl Freeze for RulePosture
impl RefUnwindSafe for RulePosture
impl Send for RulePosture
impl Sync for RulePosture
impl Unpin for RulePosture
impl UnsafeUnpin for RulePosture
impl UnwindSafe for RulePosture
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