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