pub struct PutObjectOutput {
pub request_id: String,
pub etag: String,
pub version_id: Option<String>,
pub hash_crc64: Option<String>,
pub sse: Option<String>,
}Fields§
§request_id: String§etag: String§version_id: Option<String>§hash_crc64: Option<String>§sse: Option<String>Trait Implementations§
Source§impl Clone for PutObjectOutput
impl Clone for PutObjectOutput
Source§fn clone(&self) -> PutObjectOutput
fn clone(&self) -> PutObjectOutput
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 moreAuto Trait Implementations§
impl Freeze for PutObjectOutput
impl RefUnwindSafe for PutObjectOutput
impl Send for PutObjectOutput
impl Sync for PutObjectOutput
impl Unpin for PutObjectOutput
impl UnsafeUnpin for PutObjectOutput
impl UnwindSafe for PutObjectOutput
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