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