pub struct CveSource(/* private fields */);Expand description
A lightweight source label for CVE metadata.
Implementations§
Trait Implementations§
Source§impl Ord for CveSource
impl Ord for CveSource
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 CveSource
impl PartialOrd for CveSource
impl Eq for CveSource
impl StructuralPartialEq for CveSource
Auto Trait Implementations§
impl Freeze for CveSource
impl RefUnwindSafe for CveSource
impl Send for CveSource
impl Sync for CveSource
impl Unpin for CveSource
impl UnsafeUnpin for CveSource
impl UnwindSafe for CveSource
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