pub struct Score { /* private fields */ }Available on crate feature
v4 only.Expand description
CVSS v4 scores
It consists of a floating point value, and a nomenclature indicating the type of metrics used to calculate the score as recommended by the specification.
Described in CVSS v4.0 Specification: Section 1.3
This nomenclature should be used wherever a numerical CVSS value is displayed or communicated.
Implementations§
Trait Implementations§
Source§impl Display for Score
There is no defined or recommended format in the specification, nor in existing implementations.
impl Display for Score
There is no defined or recommended format in the specification, nor in existing implementations.
Using “4.5 (CVSS-BT)”.
impl StructuralPartialEq for Score
Auto Trait Implementations§
impl Freeze for Score
impl RefUnwindSafe for Score
impl Send for Score
impl Sync for Score
impl Unpin for Score
impl UnwindSafe for Score
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