Struct aws_sdk_s3::output::PutBucketRequestPaymentOutput
source · [−]#[non_exhaustive]pub struct PutBucketRequestPaymentOutput {}
Implementations
sourceimpl PutBucketRequestPaymentOutput
impl PutBucketRequestPaymentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutBucketRequestPaymentOutput
.
Trait Implementations
sourceimpl Clone for PutBucketRequestPaymentOutput
impl Clone for PutBucketRequestPaymentOutput
sourcefn clone(&self) -> PutBucketRequestPaymentOutput
fn clone(&self) -> PutBucketRequestPaymentOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PutBucketRequestPaymentOutput
impl Debug for PutBucketRequestPaymentOutput
sourceimpl PartialEq<PutBucketRequestPaymentOutput> for PutBucketRequestPaymentOutput
impl PartialEq<PutBucketRequestPaymentOutput> for PutBucketRequestPaymentOutput
sourcefn eq(&self, other: &PutBucketRequestPaymentOutput) -> bool
fn eq(&self, other: &PutBucketRequestPaymentOutput) -> bool
impl StructuralPartialEq for PutBucketRequestPaymentOutput
Auto Trait Implementations
impl RefUnwindSafe for PutBucketRequestPaymentOutput
impl Send for PutBucketRequestPaymentOutput
impl Sync for PutBucketRequestPaymentOutput
impl Unpin for PutBucketRequestPaymentOutput
impl UnwindSafe for PutBucketRequestPaymentOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more