Struct aws_sdk_databrew::types::StatisticOverride
source · #[non_exhaustive]pub struct StatisticOverride { /* private fields */ }Expand description
Override of a particular evaluation for a profile job.
Implementations§
source§impl StatisticOverride
impl StatisticOverride
sourcepub fn builder() -> StatisticOverrideBuilder
pub fn builder() -> StatisticOverrideBuilder
Creates a new builder-style object to manufacture StatisticOverride.
Trait Implementations§
source§impl Clone for StatisticOverride
impl Clone for StatisticOverride
source§fn clone(&self) -> StatisticOverride
fn clone(&self) -> StatisticOverride
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 StatisticOverride
impl Debug for StatisticOverride
source§impl PartialEq<StatisticOverride> for StatisticOverride
impl PartialEq<StatisticOverride> for StatisticOverride
source§fn eq(&self, other: &StatisticOverride) -> bool
fn eq(&self, other: &StatisticOverride) -> bool
This method tests for
self and other values to be equal, and is used
by ==.