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