pub struct HeadObjectOutput { /* private fields */ }Implementations§
Source§impl HeadObjectOutput
impl HeadObjectOutput
pub fn etag(&self) -> &str
pub fn last_modified(&self) -> Option<DateTime<Utc>>
pub fn last_modify_timestamp(&self) -> Option<DateTime<Utc>>
pub fn delete_marker(&self) -> bool
pub fn ssec_algorithm(&self) -> &str
pub fn ssec_key_md5(&self) -> &str
pub fn version_id(&self) -> &str
pub fn website_redirect_location(&self) -> &str
pub fn object_type(&self) -> &str
pub fn hash_crc64ecma(&self) -> u64
pub fn storage_class(&self) -> &Option<StorageClassType>
pub fn meta(&self) -> &HashMap<String, String>
pub fn content_length(&self) -> i64
pub fn cache_control(&self) -> &str
pub fn content_disposition(&self) -> &str
pub fn content_encoding(&self) -> &str
pub fn content_language(&self) -> &str
pub fn content_type(&self) -> &str
pub fn expires(&self) -> Option<DateTime<Utc>>
pub fn restore_info(&self) -> &Option<RestoreInfo>
pub fn server_side_encryption(&self) -> &str
pub fn server_side_encryption_key_id(&self) -> &str
pub fn replication_status(&self) -> &Option<ReplicationStatusType>
pub fn tagging_count(&self) -> isize
pub fn symlink_target_size(&self) -> i64
pub fn expiration(&self) -> &str
pub fn is_directory(&self) -> bool
Trait Implementations§
Source§impl Clone for HeadObjectOutput
impl Clone for HeadObjectOutput
Source§fn clone(&self) -> HeadObjectOutput
fn clone(&self) -> HeadObjectOutput
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 HeadObjectOutput
impl Debug for HeadObjectOutput
Source§impl Default for HeadObjectOutput
impl Default for HeadObjectOutput
Source§fn default() -> HeadObjectOutput
fn default() -> HeadObjectOutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for HeadObjectOutput
impl PartialEq for HeadObjectOutput
Source§impl RequestInfoTrait for HeadObjectOutput
impl RequestInfoTrait for HeadObjectOutput
impl StructuralPartialEq for HeadObjectOutput
Auto Trait Implementations§
impl Freeze for HeadObjectOutput
impl RefUnwindSafe for HeadObjectOutput
impl Send for HeadObjectOutput
impl Sync for HeadObjectOutput
impl Unpin for HeadObjectOutput
impl UnsafeUnpin for HeadObjectOutput
impl UnwindSafe for HeadObjectOutput
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