pub struct PutObjectRetentionOutput {
pub request_charged: Option<String>,
}Fields§
§request_charged: Option<String>Trait Implementations§
Source§impl Clone for PutObjectRetentionOutput
impl Clone for PutObjectRetentionOutput
Source§fn clone(&self) -> PutObjectRetentionOutput
fn clone(&self) -> PutObjectRetentionOutput
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 Debug for PutObjectRetentionOutput
impl Debug for PutObjectRetentionOutput
Source§impl Default for PutObjectRetentionOutput
impl Default for PutObjectRetentionOutput
Source§fn default() -> PutObjectRetentionOutput
fn default() -> PutObjectRetentionOutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for PutObjectRetentionOutput
impl PartialEq for PutObjectRetentionOutput
impl StructuralPartialEq for PutObjectRetentionOutput
Auto Trait Implementations§
impl Freeze for PutObjectRetentionOutput
impl RefUnwindSafe for PutObjectRetentionOutput
impl Send for PutObjectRetentionOutput
impl Sync for PutObjectRetentionOutput
impl Unpin for PutObjectRetentionOutput
impl UnwindSafe for PutObjectRetentionOutput
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