pub enum CveRecordKind {
Vulnerability,
Rejection,
Advisory,
Reference,
}Expand description
CVE record kind metadata.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CveRecordKind
impl Clone for CveRecordKind
Source§fn clone(&self) -> CveRecordKind
fn clone(&self) -> CveRecordKind
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 CveRecordKind
impl Debug for CveRecordKind
Source§impl Display for CveRecordKind
impl Display for CveRecordKind
Source§impl Hash for CveRecordKind
impl Hash for CveRecordKind
Source§impl Ord for CveRecordKind
impl Ord for CveRecordKind
Source§fn cmp(&self, other: &CveRecordKind) -> Ordering
fn cmp(&self, other: &CveRecordKind) -> 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 CveRecordKind
impl PartialEq for CveRecordKind
Source§fn eq(&self, other: &CveRecordKind) -> bool
fn eq(&self, other: &CveRecordKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CveRecordKind
impl PartialOrd for CveRecordKind
impl Copy for CveRecordKind
impl Eq for CveRecordKind
impl StructuralPartialEq for CveRecordKind
Auto Trait Implementations§
impl Freeze for CveRecordKind
impl RefUnwindSafe for CveRecordKind
impl Send for CveRecordKind
impl Sync for CveRecordKind
impl Unpin for CveRecordKind
impl UnsafeUnpin for CveRecordKind
impl UnwindSafe for CveRecordKind
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