Struct aws_sdk_s3::output::GetBucketRequestPaymentOutput
source · #[non_exhaustive]pub struct GetBucketRequestPaymentOutput { /* private fields */ }
Implementations§
source§impl GetBucketRequestPaymentOutput
impl GetBucketRequestPaymentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBucketRequestPaymentOutput
.
Trait Implementations§
source§impl Clone for GetBucketRequestPaymentOutput
impl Clone for GetBucketRequestPaymentOutput
source§fn clone(&self) -> GetBucketRequestPaymentOutput
fn clone(&self) -> GetBucketRequestPaymentOutput
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 PartialEq<GetBucketRequestPaymentOutput> for GetBucketRequestPaymentOutput
impl PartialEq<GetBucketRequestPaymentOutput> for GetBucketRequestPaymentOutput
source§fn eq(&self, other: &GetBucketRequestPaymentOutput) -> bool
fn eq(&self, other: &GetBucketRequestPaymentOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.