#[repr(u8)]pub enum Sv1 {
NOREPORT = 0,
REPORTED = 1,
}Variants§
NOREPORT = 0
No Security Violation 1 security violation was detected.
REPORTED = 1
Security Violation 1 security violation was detected.
Implementations§
Trait Implementations§
Source§impl Ord for Sv1
impl Ord for Sv1
Source§impl PartialOrd for Sv1
impl PartialOrd for Sv1
impl Copy for Sv1
impl Eq for Sv1
impl StructuralPartialEq for Sv1
Auto Trait Implementations§
impl Freeze for Sv1
impl RefUnwindSafe for Sv1
impl Send for Sv1
impl Sync for Sv1
impl Unpin for Sv1
impl UnwindSafe for Sv1
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