Struct bonsaidb::keystorage::s3::aws_sdk_s3::operation::delete_bucket_analytics_configuration::builders::DeleteBucketAnalyticsConfigurationOutputBuilder
#[non_exhaustive]pub struct DeleteBucketAnalyticsConfigurationOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteBucketAnalyticsConfigurationOutput
.
Implementations§
§impl DeleteBucketAnalyticsConfigurationOutputBuilder
impl DeleteBucketAnalyticsConfigurationOutputBuilder
pub fn build(self) -> DeleteBucketAnalyticsConfigurationOutput
pub fn build(self) -> DeleteBucketAnalyticsConfigurationOutput
Consumes the builder and constructs a DeleteBucketAnalyticsConfigurationOutput
.
Trait Implementations§
§impl Clone for DeleteBucketAnalyticsConfigurationOutputBuilder
impl Clone for DeleteBucketAnalyticsConfigurationOutputBuilder
§fn clone(&self) -> DeleteBucketAnalyticsConfigurationOutputBuilder
fn clone(&self) -> DeleteBucketAnalyticsConfigurationOutputBuilder
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§impl Default for DeleteBucketAnalyticsConfigurationOutputBuilder
impl Default for DeleteBucketAnalyticsConfigurationOutputBuilder
§fn default() -> DeleteBucketAnalyticsConfigurationOutputBuilder
fn default() -> DeleteBucketAnalyticsConfigurationOutputBuilder
Returns the “default value” for a type. Read more
§impl PartialEq for DeleteBucketAnalyticsConfigurationOutputBuilder
impl PartialEq for DeleteBucketAnalyticsConfigurationOutputBuilder
§fn eq(&self, other: &DeleteBucketAnalyticsConfigurationOutputBuilder) -> bool
fn eq(&self, other: &DeleteBucketAnalyticsConfigurationOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteBucketAnalyticsConfigurationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteBucketAnalyticsConfigurationOutputBuilder
impl Send for DeleteBucketAnalyticsConfigurationOutputBuilder
impl Sync for DeleteBucketAnalyticsConfigurationOutputBuilder
impl Unpin for DeleteBucketAnalyticsConfigurationOutputBuilder
impl UnwindSafe for DeleteBucketAnalyticsConfigurationOutputBuilder
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more