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