pub struct PutObjectLegalHoldOutput {
pub request_charged: Option<RequestCharged>,
}Expand description
S3 PutObjectLegalHoldOutput.
Fields§
§request_charged: Option<RequestCharged>HTTP header: x-amz-request-charged.
Trait Implementations§
Source§impl Clone for PutObjectLegalHoldOutput
impl Clone for PutObjectLegalHoldOutput
Source§fn clone(&self) -> PutObjectLegalHoldOutput
fn clone(&self) -> PutObjectLegalHoldOutput
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 Debug for PutObjectLegalHoldOutput
impl Debug for PutObjectLegalHoldOutput
Source§impl Default for PutObjectLegalHoldOutput
impl Default for PutObjectLegalHoldOutput
Source§fn default() -> PutObjectLegalHoldOutput
fn default() -> PutObjectLegalHoldOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PutObjectLegalHoldOutput
impl RefUnwindSafe for PutObjectLegalHoldOutput
impl Send for PutObjectLegalHoldOutput
impl Sync for PutObjectLegalHoldOutput
impl Unpin for PutObjectLegalHoldOutput
impl UnsafeUnpin for PutObjectLegalHoldOutput
impl UnwindSafe for PutObjectLegalHoldOutput
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