pub struct CvssScore(/* private fields */);Expand description
A validated CVSS base score.
Implementations§
Trait Implementations§
Source§impl PartialOrd for CvssScore
impl PartialOrd for CvssScore
impl Copy for CvssScore
impl StructuralPartialEq for CvssScore
Auto Trait Implementations§
impl Freeze for CvssScore
impl RefUnwindSafe for CvssScore
impl Send for CvssScore
impl Sync for CvssScore
impl Unpin for CvssScore
impl UnsafeUnpin for CvssScore
impl UnwindSafe for CvssScore
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