pub struct RequestPaymentConfiguration {
pub payer: Payer,
}Expand description
S3 RequestPaymentConfiguration.
Fields§
§payer: PayerTrait Implementations§
Source§impl Clone for RequestPaymentConfiguration
impl Clone for RequestPaymentConfiguration
Source§fn clone(&self) -> RequestPaymentConfiguration
fn clone(&self) -> RequestPaymentConfiguration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RequestPaymentConfiguration
impl Debug for RequestPaymentConfiguration
Source§impl Default for RequestPaymentConfiguration
impl Default for RequestPaymentConfiguration
Source§fn default() -> RequestPaymentConfiguration
fn default() -> RequestPaymentConfiguration
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RequestPaymentConfiguration
impl RefUnwindSafe for RequestPaymentConfiguration
impl Send for RequestPaymentConfiguration
impl Sync for RequestPaymentConfiguration
impl Unpin for RequestPaymentConfiguration
impl UnsafeUnpin for RequestPaymentConfiguration
impl UnwindSafe for RequestPaymentConfiguration
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