pub enum SecurityRiskLevel {
None,
Low,
Medium,
High,
Critical,
}Expand description
Security risk level
Variants§
Trait Implementations§
Source§impl Clone for SecurityRiskLevel
impl Clone for SecurityRiskLevel
Source§fn clone(&self) -> SecurityRiskLevel
fn clone(&self) -> SecurityRiskLevel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SecurityRiskLevel
impl Debug for SecurityRiskLevel
Source§impl PartialEq for SecurityRiskLevel
impl PartialEq for SecurityRiskLevel
impl StructuralPartialEq for SecurityRiskLevel
Auto Trait Implementations§
impl Freeze for SecurityRiskLevel
impl RefUnwindSafe for SecurityRiskLevel
impl Send for SecurityRiskLevel
impl Sync for SecurityRiskLevel
impl Unpin for SecurityRiskLevel
impl UnwindSafe for SecurityRiskLevel
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