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