pub enum SeverityRating {
None,
Low,
Medium,
High,
Critical,
}Expand description
Severity rating supplied when creating a report.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SeverityRating
impl Clone for SeverityRating
impl Copy for SeverityRating
Source§impl Debug for SeverityRating
impl Debug for SeverityRating
impl Eq for SeverityRating
Source§impl PartialEq for SeverityRating
impl PartialEq for SeverityRating
Source§impl Serialize for SeverityRating
impl Serialize for SeverityRating
impl StructuralPartialEq for SeverityRating
Auto Trait Implementations§
impl Freeze for SeverityRating
impl RefUnwindSafe for SeverityRating
impl Send for SeverityRating
impl Sync for SeverityRating
impl Unpin for SeverityRating
impl UnsafeUnpin for SeverityRating
impl UnwindSafe for SeverityRating
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