pub enum CveStatus {
Reserved,
Published,
Rejected,
Disputed,
Unknown,
}Expand description
CVE publication status metadata.
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for CveStatus
impl Ord for CveStatus
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 PartialOrd for CveStatus
impl PartialOrd for CveStatus
impl Copy for CveStatus
impl Eq for CveStatus
impl StructuralPartialEq for CveStatus
Auto Trait Implementations§
impl Freeze for CveStatus
impl RefUnwindSafe for CveStatus
impl Send for CveStatus
impl Sync for CveStatus
impl Unpin for CveStatus
impl UnsafeUnpin for CveStatus
impl UnwindSafe for CveStatus
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