pub struct GetObjectRetentionOutput {
pub retention: Option<ObjectLockRetention>,
}Fields§
§retention: Option<ObjectLockRetention>The container element for an object's retention settings.
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
Source§impl PartialEq for GetObjectRetentionOutput
impl PartialEq for GetObjectRetentionOutput
impl StructuralPartialEq for GetObjectRetentionOutput
Auto Trait Implementations§
impl Freeze for GetObjectRetentionOutput
impl RefUnwindSafe for GetObjectRetentionOutput
impl Send for GetObjectRetentionOutput
impl Sync for GetObjectRetentionOutput
impl Unpin 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