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