pub struct CveId { /* private fields */ }Expand description
A validated CVE identifier such as CVE-2024-12345.
Implementations§
Trait Implementations§
Source§impl Ord for CveId
impl Ord for CveId
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 CveId
impl PartialOrd for CveId
impl Eq for CveId
impl StructuralPartialEq for CveId
Auto Trait Implementations§
impl Freeze for CveId
impl RefUnwindSafe for CveId
impl Send for CveId
impl Sync for CveId
impl Unpin for CveId
impl UnsafeUnpin for CveId
impl UnwindSafe for CveId
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