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