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