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