pub enum RuleMode {
Absent,
Advisory,
Authoritative,
}Variants§
Absent
Draft/retired policy never participates in a mission evaluation.
Advisory
Approved rules and enforced SHOULDs produce evidence but never block.
Authoritative
Enforced MUST: a failing/missing checker blocks unless an exact live human waiver covers its failure.
Trait Implementations§
impl Copy for RuleMode
impl Eq for RuleMode
impl StructuralPartialEq for RuleMode
Auto Trait Implementations§
impl Freeze for RuleMode
impl RefUnwindSafe for RuleMode
impl Send for RuleMode
impl Sync for RuleMode
impl Unpin for RuleMode
impl UnsafeUnpin for RuleMode
impl UnwindSafe for RuleMode
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