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