pub struct GetObjectToFileOutput { /* private fields */ }Implementations§
Source§impl GetObjectToFileOutput
impl GetObjectToFileOutput
pub fn request_id(&self) -> &str
pub fn id2(&self) -> &str
pub fn status_code(&self) -> isize
pub fn header(&self) -> &HashMap<String, String>
pub fn content_range(&self) -> &str
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
Trait Implementations§
Source§impl Debug for GetObjectToFileOutput
impl Debug for GetObjectToFileOutput
Source§impl Default for GetObjectToFileOutput
impl Default for GetObjectToFileOutput
Source§fn default() -> GetObjectToFileOutput
fn default() -> GetObjectToFileOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetObjectToFileOutput
impl RefUnwindSafe for GetObjectToFileOutput
impl Send for GetObjectToFileOutput
impl Sync for GetObjectToFileOutput
impl Unpin for GetObjectToFileOutput
impl UnsafeUnpin for GetObjectToFileOutput
impl UnwindSafe for GetObjectToFileOutput
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