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