Struct aws_sdk_ecr::model::CvssScoreDetails
source · [−]#[non_exhaustive]pub struct CvssScoreDetails { /* private fields */ }
Expand description
Information about the CVSS score.
Implementations
sourceimpl CvssScoreDetails
impl CvssScoreDetails
sourcepub fn adjustments(&self) -> Option<&[CvssScoreAdjustment]>
pub fn adjustments(&self) -> Option<&[CvssScoreAdjustment]>
An object that contains details about adjustment Amazon Inspector made to the CVSS score.
sourcepub fn score_source(&self) -> Option<&str>
pub fn score_source(&self) -> Option<&str>
The source for the CVSS score.
sourcepub fn scoring_vector(&self) -> Option<&str>
pub fn scoring_vector(&self) -> Option<&str>
The vector for the CVSS score.
sourceimpl CvssScoreDetails
impl CvssScoreDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CvssScoreDetails
.
Trait Implementations
sourceimpl Clone for CvssScoreDetails
impl Clone for CvssScoreDetails
sourcefn clone(&self) -> CvssScoreDetails
fn clone(&self) -> CvssScoreDetails
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CvssScoreDetails
impl Debug for CvssScoreDetails
sourceimpl PartialEq<CvssScoreDetails> for CvssScoreDetails
impl PartialEq<CvssScoreDetails> for CvssScoreDetails
sourcefn eq(&self, other: &CvssScoreDetails) -> bool
fn eq(&self, other: &CvssScoreDetails) -> bool
impl StructuralPartialEq for CvssScoreDetails
Auto Trait Implementations
impl RefUnwindSafe for CvssScoreDetails
impl Send for CvssScoreDetails
impl Sync for CvssScoreDetails
impl Unpin for CvssScoreDetails
impl UnwindSafe for CvssScoreDetails
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