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
sourceimpl 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.
sourceimpl ScoreDetails
impl ScoreDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ScoreDetails
.
Trait Implementations
sourceimpl Clone for ScoreDetails
impl Clone for ScoreDetails
sourcefn clone(&self) -> ScoreDetails
fn clone(&self) -> ScoreDetails
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 ScoreDetails
impl Debug for ScoreDetails
sourceimpl PartialEq<ScoreDetails> for ScoreDetails
impl PartialEq<ScoreDetails> for ScoreDetails
sourcefn eq(&self, other: &ScoreDetails) -> bool
fn eq(&self, other: &ScoreDetails) -> bool
impl StructuralPartialEq for ScoreDetails
Auto Trait Implementations
impl RefUnwindSafe for ScoreDetails
impl Send for ScoreDetails
impl Sync for ScoreDetails
impl Unpin for ScoreDetails
impl UnwindSafe for ScoreDetails
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