pub struct GetObjectLockConfigurationRequest {
pub bucket: BucketName,
pub expected_bucket_owner: Option<AccountId>,
}Fields§
§bucket: BucketName§expected_bucket_owner: Option<AccountId>Trait Implementations§
Source§impl Default for GetObjectLockConfigurationRequest
impl Default for GetObjectLockConfigurationRequest
Source§fn default() -> GetObjectLockConfigurationRequest
fn default() -> GetObjectLockConfigurationRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetObjectLockConfigurationRequest
impl<'de> Deserialize<'de> for GetObjectLockConfigurationRequest
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 GetObjectLockConfigurationRequest
impl RefUnwindSafe for GetObjectLockConfigurationRequest
impl Send for GetObjectLockConfigurationRequest
impl Sync for GetObjectLockConfigurationRequest
impl Unpin for GetObjectLockConfigurationRequest
impl UnwindSafe for GetObjectLockConfigurationRequest
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