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