pub enum CweLikelihood {
Low,
Medium,
High,
Unknown,
}Expand description
CWE likelihood labels.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CweLikelihood
impl Clone for CweLikelihood
Source§fn clone(&self) -> CweLikelihood
fn clone(&self) -> CweLikelihood
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CweLikelihood
impl Debug for CweLikelihood
Source§impl Display for CweLikelihood
impl Display for CweLikelihood
Source§impl FromStr for CweLikelihood
impl FromStr for CweLikelihood
Source§impl Hash for CweLikelihood
impl Hash for CweLikelihood
Source§impl Ord for CweLikelihood
impl Ord for CweLikelihood
Source§fn cmp(&self, other: &CweLikelihood) -> Ordering
fn cmp(&self, other: &CweLikelihood) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CweLikelihood
impl PartialEq for CweLikelihood
Source§fn eq(&self, other: &CweLikelihood) -> bool
fn eq(&self, other: &CweLikelihood) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CweLikelihood
impl PartialOrd for CweLikelihood
impl Copy for CweLikelihood
impl Eq for CweLikelihood
impl StructuralPartialEq for CweLikelihood
Auto Trait Implementations§
impl Freeze for CweLikelihood
impl RefUnwindSafe for CweLikelihood
impl Send for CweLikelihood
impl Sync for CweLikelihood
impl Unpin for CweLikelihood
impl UnsafeUnpin for CweLikelihood
impl UnwindSafe for CweLikelihood
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