pub struct GetObjectLockConfigurationOutput {
pub object_lock_configuration: Option<ObjectLockConfiguration>,
}
Fields§
§object_lock_configuration: Option<ObjectLockConfiguration>
The specified bucket's Object Lock configuration.
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
Source§impl PartialEq for GetObjectLockConfigurationOutput
impl PartialEq for GetObjectLockConfigurationOutput
Source§fn eq(&self, other: &GetObjectLockConfigurationOutput) -> bool
fn eq(&self, other: &GetObjectLockConfigurationOutput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetObjectLockConfigurationOutput
Auto Trait Implementations§
impl Freeze for GetObjectLockConfigurationOutput
impl RefUnwindSafe for GetObjectLockConfigurationOutput
impl Send for GetObjectLockConfigurationOutput
impl Sync for GetObjectLockConfigurationOutput
impl Unpin 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