pub struct CweNumber(/* private fields */);Expand description
Numeric CWE identifier component.
Implementations§
Trait Implementations§
Source§impl Ord for CweNumber
impl Ord for CweNumber
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 CweNumber
impl PartialOrd for CweNumber
impl Copy for CweNumber
impl Eq for CweNumber
impl StructuralPartialEq for CweNumber
Auto Trait Implementations§
impl Freeze for CweNumber
impl RefUnwindSafe for CweNumber
impl Send for CweNumber
impl Sync for CweNumber
impl Unpin for CweNumber
impl UnsafeUnpin for CweNumber
impl UnwindSafe for CweNumber
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