Struct aws_sdk_ecr::model::CvssScore
source · [−]#[non_exhaustive]pub struct CvssScore { /* private fields */ }
Expand description
The CVSS score for a finding.
Implementations
sourceimpl CvssScore
impl CvssScore
sourcepub fn base_score(&self) -> f64
pub fn base_score(&self) -> f64
The base CVSS score used for the finding.
sourcepub fn scoring_vector(&self) -> Option<&str>
pub fn scoring_vector(&self) -> Option<&str>
The vector string of the CVSS score.
Trait Implementations
impl StructuralPartialEq for CvssScore
Auto Trait Implementations
impl RefUnwindSafe for CvssScore
impl Send for CvssScore
impl Sync for CvssScore
impl Unpin for CvssScore
impl UnwindSafe for CvssScore
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more