#[non_exhaustive]pub struct PutBucketMetricsConfigurationOutput {}
Implementations
sourceimpl PutBucketMetricsConfigurationOutput
impl PutBucketMetricsConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutBucketMetricsConfigurationOutput
.
Trait Implementations
sourceimpl Clone for PutBucketMetricsConfigurationOutput
impl Clone for PutBucketMetricsConfigurationOutput
sourcefn clone(&self) -> PutBucketMetricsConfigurationOutput
fn clone(&self) -> PutBucketMetricsConfigurationOutput
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 PartialEq<PutBucketMetricsConfigurationOutput> for PutBucketMetricsConfigurationOutput
impl PartialEq<PutBucketMetricsConfigurationOutput> for PutBucketMetricsConfigurationOutput
sourcefn eq(&self, other: &PutBucketMetricsConfigurationOutput) -> bool
fn eq(&self, other: &PutBucketMetricsConfigurationOutput) -> bool
impl StructuralPartialEq for PutBucketMetricsConfigurationOutput
Auto Trait Implementations
impl RefUnwindSafe for PutBucketMetricsConfigurationOutput
impl Send for PutBucketMetricsConfigurationOutput
impl Sync for PutBucketMetricsConfigurationOutput
impl Unpin for PutBucketMetricsConfigurationOutput
impl UnwindSafe for PutBucketMetricsConfigurationOutput
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