pub struct GetObjectLockConfigurationOutput {
pub object_lock_configuration: Option<ObjectLockConfiguration>,
}Fields§
§object_lock_configuration: Option<ObjectLockConfiguration>Trait Implementations§
Source§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<'de> Deserialize<'de> for GetObjectLockConfigurationOutput
impl<'de> Deserialize<'de> for GetObjectLockConfigurationOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. 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 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