Struct aws_sdk_s3::output::GetBucketRequestPaymentOutput
source · [−]#[non_exhaustive]pub struct GetBucketRequestPaymentOutput { /* private fields */ }
Implementations
sourceimpl GetBucketRequestPaymentOutput
impl GetBucketRequestPaymentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBucketRequestPaymentOutput
.
Trait Implementations
sourceimpl Clone for GetBucketRequestPaymentOutput
impl Clone for GetBucketRequestPaymentOutput
sourcefn clone(&self) -> GetBucketRequestPaymentOutput
fn clone(&self) -> GetBucketRequestPaymentOutput
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 GetBucketRequestPaymentOutput
impl Debug for GetBucketRequestPaymentOutput
sourceimpl PartialEq<GetBucketRequestPaymentOutput> for GetBucketRequestPaymentOutput
impl PartialEq<GetBucketRequestPaymentOutput> for GetBucketRequestPaymentOutput
sourcefn eq(&self, other: &GetBucketRequestPaymentOutput) -> bool
fn eq(&self, other: &GetBucketRequestPaymentOutput) -> bool
impl StructuralPartialEq for GetBucketRequestPaymentOutput
Auto Trait Implementations
impl RefUnwindSafe for GetBucketRequestPaymentOutput
impl Send for GetBucketRequestPaymentOutput
impl Sync for GetBucketRequestPaymentOutput
impl Unpin for GetBucketRequestPaymentOutput
impl UnwindSafe for GetBucketRequestPaymentOutput
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