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