Struct aws_sdk_s3control::model::ActivityMetrics
source · [−]#[non_exhaustive]pub struct ActivityMetrics { /* private fields */ }Expand description
A container for the activity metrics.
Implementations
sourceimpl ActivityMetrics
impl ActivityMetrics
sourcepub fn is_enabled(&self) -> bool
pub fn is_enabled(&self) -> bool
A container for whether the activity metrics are enabled.
sourceimpl ActivityMetrics
impl ActivityMetrics
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ActivityMetrics.
Trait Implementations
sourceimpl Clone for ActivityMetrics
impl Clone for ActivityMetrics
sourcefn clone(&self) -> ActivityMetrics
fn clone(&self) -> ActivityMetrics
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 ActivityMetrics
impl Debug for ActivityMetrics
sourceimpl PartialEq<ActivityMetrics> for ActivityMetrics
impl PartialEq<ActivityMetrics> for ActivityMetrics
sourcefn eq(&self, other: &ActivityMetrics) -> bool
fn eq(&self, other: &ActivityMetrics) -> bool
impl StructuralPartialEq for ActivityMetrics
Auto Trait Implementations
impl RefUnwindSafe for ActivityMetrics
impl Send for ActivityMetrics
impl Sync for ActivityMetrics
impl Unpin for ActivityMetrics
impl UnwindSafe for ActivityMetrics
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