pub struct PutObjectOutput { /* private fields */ }Implementations§
Source§impl PutObjectOutput
impl PutObjectOutput
pub fn etag(&self) -> &str
pub fn version_id(&self) -> &str
pub fn ssec_algorithm(&self) -> &str
pub fn ssec_key_md5(&self) -> &str
pub fn hash_crc64ecma(&self) -> u64
pub fn callback_result(&self) -> &str
pub fn server_side_encryption(&self) -> &str
pub fn server_side_encryption_key_id(&self) -> &str
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 · 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 PutObjectOutput
impl Debug for PutObjectOutput
Source§impl Default for PutObjectOutput
impl Default for PutObjectOutput
Source§fn default() -> PutObjectOutput
fn default() -> PutObjectOutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for PutObjectOutput
impl PartialEq for PutObjectOutput
Source§impl RequestInfoTrait for PutObjectOutput
impl RequestInfoTrait for PutObjectOutput
impl StructuralPartialEq for PutObjectOutput
Auto 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