Struct bonsaidb::keystorage::s3::aws_sdk_s3::operation::delete_bucket_intelligent_tiering_configuration::builders::DeleteBucketIntelligentTieringConfigurationOutputBuilder
#[non_exhaustive]pub struct DeleteBucketIntelligentTieringConfigurationOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteBucketIntelligentTieringConfigurationOutput
.
Implementations§
§impl DeleteBucketIntelligentTieringConfigurationOutputBuilder
impl DeleteBucketIntelligentTieringConfigurationOutputBuilder
pub fn build(self) -> DeleteBucketIntelligentTieringConfigurationOutput
pub fn build(self) -> DeleteBucketIntelligentTieringConfigurationOutput
Consumes the builder and constructs a DeleteBucketIntelligentTieringConfigurationOutput
.
Trait Implementations§
§impl Clone for DeleteBucketIntelligentTieringConfigurationOutputBuilder
impl Clone for DeleteBucketIntelligentTieringConfigurationOutputBuilder
§fn clone(&self) -> DeleteBucketIntelligentTieringConfigurationOutputBuilder
fn clone(&self) -> DeleteBucketIntelligentTieringConfigurationOutputBuilder
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 DeleteBucketIntelligentTieringConfigurationOutputBuilder
impl Default for DeleteBucketIntelligentTieringConfigurationOutputBuilder
§fn default() -> DeleteBucketIntelligentTieringConfigurationOutputBuilder
fn default() -> DeleteBucketIntelligentTieringConfigurationOutputBuilder
Returns the “default value” for a type. Read more
§impl PartialEq for DeleteBucketIntelligentTieringConfigurationOutputBuilder
impl PartialEq for DeleteBucketIntelligentTieringConfigurationOutputBuilder
§fn eq(
&self,
other: &DeleteBucketIntelligentTieringConfigurationOutputBuilder
) -> bool
fn eq( &self, other: &DeleteBucketIntelligentTieringConfigurationOutputBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteBucketIntelligentTieringConfigurationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteBucketIntelligentTieringConfigurationOutputBuilder
impl Send for DeleteBucketIntelligentTieringConfigurationOutputBuilder
impl Sync for DeleteBucketIntelligentTieringConfigurationOutputBuilder
impl Unpin for DeleteBucketIntelligentTieringConfigurationOutputBuilder
impl UnwindSafe for DeleteBucketIntelligentTieringConfigurationOutputBuilder
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