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