Struct aws_sdk_databrew::model::StatisticOverride
source · [−]#[non_exhaustive]pub struct StatisticOverride { /* private fields */ }
Expand description
Override of a particular evaluation for a profile job.
Implementations
sourceimpl StatisticOverride
impl StatisticOverride
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StatisticOverride
.
Trait Implementations
sourceimpl Clone for StatisticOverride
impl Clone for StatisticOverride
sourcefn clone(&self) -> StatisticOverride
fn clone(&self) -> StatisticOverride
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 StatisticOverride
impl Debug for StatisticOverride
sourceimpl PartialEq<StatisticOverride> for StatisticOverride
impl PartialEq<StatisticOverride> for StatisticOverride
sourcefn eq(&self, other: &StatisticOverride) -> bool
fn eq(&self, other: &StatisticOverride) -> bool
impl StructuralPartialEq for StatisticOverride
Auto Trait Implementations
impl RefUnwindSafe for StatisticOverride
impl Send for StatisticOverride
impl Sync for StatisticOverride
impl Unpin for StatisticOverride
impl UnwindSafe for StatisticOverride
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