pub struct GetObjectRetentionOutput {
pub retention: Option<ObjectLockRetention>,
}Expand description
S3 GetObjectRetentionOutput.
Fields§
§retention: Option<ObjectLockRetention>HTTP payload body.
Trait Implementations§
Source§impl Clone for GetObjectRetentionOutput
impl Clone for GetObjectRetentionOutput
Source§fn clone(&self) -> GetObjectRetentionOutput
fn clone(&self) -> GetObjectRetentionOutput
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 GetObjectRetentionOutput
impl Debug for GetObjectRetentionOutput
Source§impl Default for GetObjectRetentionOutput
impl Default for GetObjectRetentionOutput
Source§fn default() -> GetObjectRetentionOutput
fn default() -> GetObjectRetentionOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetObjectRetentionOutput
impl RefUnwindSafe for GetObjectRetentionOutput
impl Send for GetObjectRetentionOutput
impl Sync for GetObjectRetentionOutput
impl Unpin for GetObjectRetentionOutput
impl UnsafeUnpin for GetObjectRetentionOutput
impl UnwindSafe for GetObjectRetentionOutput
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