Struct aws_sdk_s3::operation::put_bucket_request_payment::builders::PutBucketRequestPaymentOutputBuilder
source · #[non_exhaustive]pub struct PutBucketRequestPaymentOutputBuilder { /* private fields */ }
Expand description
A builder for PutBucketRequestPaymentOutput
.
Implementations§
source§impl PutBucketRequestPaymentOutputBuilder
impl PutBucketRequestPaymentOutputBuilder
sourcepub fn build(self) -> PutBucketRequestPaymentOutput
pub fn build(self) -> PutBucketRequestPaymentOutput
Consumes the builder and constructs a PutBucketRequestPaymentOutput
.
Trait Implementations§
source§impl Clone for PutBucketRequestPaymentOutputBuilder
impl Clone for PutBucketRequestPaymentOutputBuilder
source§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 moresource§impl Default for PutBucketRequestPaymentOutputBuilder
impl Default for PutBucketRequestPaymentOutputBuilder
source§fn default() -> PutBucketRequestPaymentOutputBuilder
fn default() -> PutBucketRequestPaymentOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for PutBucketRequestPaymentOutputBuilder
impl PartialEq for PutBucketRequestPaymentOutputBuilder
source§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§
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.