pub struct GetObjectResponseHeader {
pub custom_x_oss_meta: HashMap<String, String>,
pub x_oss_server_side_encryption: Option<String>,
pub x_oss_tagging_count: Option<String>,
pub x_oss_expiration: Option<String>,
pub content_length: u64,
pub accept_ranges: Option<String>,
pub content_type: String,
pub last_modified: String,
pub etag: String,
}Fields§
§custom_x_oss_meta: HashMap<String, String>§x_oss_server_side_encryption: Option<String>§x_oss_tagging_count: Option<String>§x_oss_expiration: Option<String>§content_length: u64§accept_ranges: Option<String>§content_type: String§last_modified: String§etag: StringTrait Implementations§
Source§impl Debug for GetObjectResponseHeader
impl Debug for GetObjectResponseHeader
Source§impl<'de> Deserialize<'de> for GetObjectResponseHeader
impl<'de> Deserialize<'de> for GetObjectResponseHeader
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetObjectResponseHeader
impl RefUnwindSafe for GetObjectResponseHeader
impl Send for GetObjectResponseHeader
impl Sync for GetObjectResponseHeader
impl Unpin for GetObjectResponseHeader
impl UnsafeUnpin for GetObjectResponseHeader
impl UnwindSafe for GetObjectResponseHeader
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