pub enum FindingSeverity {
Low,
Medium,
High,
}Expand description
Severity level of an inspector finding.
Variants§
Trait Implementations§
Source§impl Clone for FindingSeverity
impl Clone for FindingSeverity
Source§fn clone(&self) -> FindingSeverity
fn clone(&self) -> FindingSeverity
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 FindingSeverity
impl Debug for FindingSeverity
Source§impl PartialEq for FindingSeverity
impl PartialEq for FindingSeverity
impl Copy for FindingSeverity
impl Eq for FindingSeverity
impl StructuralPartialEq for FindingSeverity
Auto Trait Implementations§
impl Freeze for FindingSeverity
impl RefUnwindSafe for FindingSeverity
impl Send for FindingSeverity
impl Sync for FindingSeverity
impl Unpin for FindingSeverity
impl UnwindSafe for FindingSeverity
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