Struct aws_sdk_ecr::model::CvssScoreAdjustment
source · #[non_exhaustive]pub struct CvssScoreAdjustment { /* private fields */ }Expand description
Details on adjustments Amazon Inspector made to the CVSS score for a finding.
Implementations§
source§impl CvssScoreAdjustment
impl CvssScoreAdjustment
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CvssScoreAdjustment.
Trait Implementations§
source§impl Clone for CvssScoreAdjustment
impl Clone for CvssScoreAdjustment
source§fn clone(&self) -> CvssScoreAdjustment
fn clone(&self) -> CvssScoreAdjustment
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CvssScoreAdjustment
impl Debug for CvssScoreAdjustment
source§impl PartialEq<CvssScoreAdjustment> for CvssScoreAdjustment
impl PartialEq<CvssScoreAdjustment> for CvssScoreAdjustment
source§fn eq(&self, other: &CvssScoreAdjustment) -> bool
fn eq(&self, other: &CvssScoreAdjustment) -> bool
This method tests for
self and other values to be equal, and is used
by ==.