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