Struct aws_sdk_ecr::model::ScoreDetails
source · #[non_exhaustive]pub struct ScoreDetails { /* private fields */ }Expand description
Information about the Amazon Inspector score given to a finding.
Implementations§
source§impl ScoreDetails
impl ScoreDetails
sourcepub fn cvss(&self) -> Option<&CvssScoreDetails>
pub fn cvss(&self) -> Option<&CvssScoreDetails>
An object that contains details about the CVSS score given to a finding.
source§impl ScoreDetails
impl ScoreDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ScoreDetails.
Trait Implementations§
source§impl Clone for ScoreDetails
impl Clone for ScoreDetails
source§fn clone(&self) -> ScoreDetails
fn clone(&self) -> ScoreDetails
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 ScoreDetails
impl Debug for ScoreDetails
source§impl PartialEq<ScoreDetails> for ScoreDetails
impl PartialEq<ScoreDetails> for ScoreDetails
source§fn eq(&self, other: &ScoreDetails) -> bool
fn eq(&self, other: &ScoreDetails) -> bool
This method tests for
self and other values to be equal, and is used
by ==.