pub struct GetBucketRequestPaymentOutput {
pub payer: Option<String>,
}Fields§
§payer: Option<String>Specifies who pays for the download and request fees.
Trait Implementations§
Source§impl Clone for GetBucketRequestPaymentOutput
impl Clone for GetBucketRequestPaymentOutput
Source§fn clone(&self) -> GetBucketRequestPaymentOutput
fn clone(&self) -> GetBucketRequestPaymentOutput
Returns a duplicate 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 Default for GetBucketRequestPaymentOutput
impl Default for GetBucketRequestPaymentOutput
Source§fn default() -> GetBucketRequestPaymentOutput
fn default() -> GetBucketRequestPaymentOutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetBucketRequestPaymentOutput
impl PartialEq for GetBucketRequestPaymentOutput
Source§fn eq(&self, other: &GetBucketRequestPaymentOutput) -> bool
fn eq(&self, other: &GetBucketRequestPaymentOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetBucketRequestPaymentOutput
Auto Trait Implementations§
impl Freeze for GetBucketRequestPaymentOutput
impl RefUnwindSafe for GetBucketRequestPaymentOutput
impl Send for GetBucketRequestPaymentOutput
impl Sync for GetBucketRequestPaymentOutput
impl Unpin for GetBucketRequestPaymentOutput
impl UnwindSafe for GetBucketRequestPaymentOutput
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