#[repr(u8)]pub enum Sv3Cfg {
NON_FATAL = 0,
FATAL = 1,
}Variants§
NON_FATAL = 0
Security Violation 3 is a non-fatal violation
FATAL = 1
Security Violation 3 is a fatal violation
Implementations§
Trait Implementations§
Source§impl Ord for Sv3Cfg
impl Ord for Sv3Cfg
Source§impl PartialOrd for Sv3Cfg
impl PartialOrd for Sv3Cfg
impl Copy for Sv3Cfg
impl Eq for Sv3Cfg
impl StructuralPartialEq for Sv3Cfg
Auto Trait Implementations§
impl Freeze for Sv3Cfg
impl RefUnwindSafe for Sv3Cfg
impl Send for Sv3Cfg
impl Sync for Sv3Cfg
impl Unpin for Sv3Cfg
impl UnwindSafe for Sv3Cfg
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