pub enum ValidationRiskLevel {
None,
Low,
Medium,
High,
Critical,
}Expand description
Validation risk level
Variants§
Trait Implementations§
Source§impl Clone for ValidationRiskLevel
impl Clone for ValidationRiskLevel
Source§fn clone(&self) -> ValidationRiskLevel
fn clone(&self) -> ValidationRiskLevel
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 ValidationRiskLevel
impl Debug for ValidationRiskLevel
Source§impl PartialEq for ValidationRiskLevel
impl PartialEq for ValidationRiskLevel
impl StructuralPartialEq for ValidationRiskLevel
Auto Trait Implementations§
impl Freeze for ValidationRiskLevel
impl RefUnwindSafe for ValidationRiskLevel
impl Send for ValidationRiskLevel
impl Sync for ValidationRiskLevel
impl Unpin for ValidationRiskLevel
impl UnwindSafe for ValidationRiskLevel
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