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 more