pub struct GetBucketRequestPaymentOutput {
pub payer: Option<Payer>,
}Expand description
S3 GetBucketRequestPaymentOutput.
Fields§
§payer: Option<Payer>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 (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 Default for GetBucketRequestPaymentOutput
impl Default for GetBucketRequestPaymentOutput
Source§fn default() -> GetBucketRequestPaymentOutput
fn default() -> GetBucketRequestPaymentOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetBucketRequestPaymentOutput
impl RefUnwindSafe for GetBucketRequestPaymentOutput
impl Send for GetBucketRequestPaymentOutput
impl Sync for GetBucketRequestPaymentOutput
impl Unpin for GetBucketRequestPaymentOutput
impl UnsafeUnpin 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