pub struct PutObjectLockConfigurationOutput {
pub request_charged: Option<RequestCharged>,
}Expand description
S3 PutObjectLockConfigurationOutput.
Fields§
§request_charged: Option<RequestCharged>HTTP header: x-amz-request-charged.
Trait Implementations§
Source§impl Clone for PutObjectLockConfigurationOutput
impl Clone for PutObjectLockConfigurationOutput
Source§fn clone(&self) -> PutObjectLockConfigurationOutput
fn clone(&self) -> PutObjectLockConfigurationOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PutObjectLockConfigurationOutput
impl Default for PutObjectLockConfigurationOutput
Source§fn default() -> PutObjectLockConfigurationOutput
fn default() -> PutObjectLockConfigurationOutput
Returns the “default value” for a type. 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 UnsafeUnpin 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