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