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