pub struct CopyObjectOutput { /* private fields */ }Implementations§
Source§impl CopyObjectOutput
impl CopyObjectOutput
pub fn etag(&self) -> &str
pub fn last_modified(&self) -> Option<DateTime<Utc>>
pub fn copy_source_version_id(&self) -> &str
pub fn version_id(&self) -> &str
pub fn ssec_algorithm(&self) -> &str
pub fn ssec_key_md5(&self) -> &str
pub fn server_side_encryption(&self) -> &str
pub fn server_side_encryption_key_id(&self) -> &str
Trait Implementations§
Source§impl Clone for CopyObjectOutput
impl Clone for CopyObjectOutput
Source§fn clone(&self) -> CopyObjectOutput
fn clone(&self) -> CopyObjectOutput
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 CopyObjectOutput
impl Debug for CopyObjectOutput
Source§impl Default for CopyObjectOutput
impl Default for CopyObjectOutput
Source§fn default() -> CopyObjectOutput
fn default() -> CopyObjectOutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for CopyObjectOutput
impl PartialEq for CopyObjectOutput
Source§impl RequestInfoTrait for CopyObjectOutput
impl RequestInfoTrait for CopyObjectOutput
impl StructuralPartialEq for CopyObjectOutput
Auto Trait Implementations§
impl Freeze for CopyObjectOutput
impl RefUnwindSafe for CopyObjectOutput
impl Send for CopyObjectOutput
impl Sync for CopyObjectOutput
impl Unpin for CopyObjectOutput
impl UnsafeUnpin for CopyObjectOutput
impl UnwindSafe for CopyObjectOutput
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