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