pub enum AdvisorySeverity {
Low,
Medium,
High,
Critical,
}Expand description
Severity level for a security advisory.
Variants§
Low
Low impact
Medium
Medium impact
High
High impact
Critical
Critical impact – immediate action recommended
Trait Implementations§
Source§impl Clone for AdvisorySeverity
impl Clone for AdvisorySeverity
Source§fn clone(&self) -> AdvisorySeverity
fn clone(&self) -> AdvisorySeverity
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AdvisorySeverity
impl Debug for AdvisorySeverity
Source§impl Ord for AdvisorySeverity
impl Ord for AdvisorySeverity
Source§impl PartialEq for AdvisorySeverity
impl PartialEq for AdvisorySeverity
Source§impl PartialOrd for AdvisorySeverity
impl PartialOrd for AdvisorySeverity
Source§fn partial_cmp(&self, other: &AdvisorySeverity) -> Option<Ordering>
fn partial_cmp(&self, other: &AdvisorySeverity) -> Option<Ordering>
impl Copy for AdvisorySeverity
impl Eq for AdvisorySeverity
impl StructuralPartialEq for AdvisorySeverity
Auto Trait Implementations§
impl Freeze for AdvisorySeverity
impl RefUnwindSafe for AdvisorySeverity
impl Send for AdvisorySeverity
impl Sync for AdvisorySeverity
impl Unpin for AdvisorySeverity
impl UnwindSafe for AdvisorySeverity
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)