Struct aws_sdk_securityhub::model::Adjustment
source · #[non_exhaustive]pub struct Adjustment { /* private fields */ }
Expand description
An adjustment to the CVSS metric.
Implementations§
source§impl Adjustment
impl Adjustment
source§impl Adjustment
impl Adjustment
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Adjustment
.
Trait Implementations§
source§impl Clone for Adjustment
impl Clone for Adjustment
source§fn clone(&self) -> Adjustment
fn clone(&self) -> Adjustment
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 Adjustment
impl Debug for Adjustment
source§impl PartialEq<Adjustment> for Adjustment
impl PartialEq<Adjustment> for Adjustment
source§fn eq(&self, other: &Adjustment) -> bool
fn eq(&self, other: &Adjustment) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.