pub struct GetObjectMetaResponseHeader {
pub content_length: u64,
pub etag: String,
pub x_oss_transition_time: Option<String>,
pub x_oss_last_access_time: Option<String>,
pub last_modified: String,
pub x_oss_version_id: Option<String>,
}Fields§
§content_length: u64§etag: String§x_oss_transition_time: Option<String>§x_oss_last_access_time: Option<String>§last_modified: String§x_oss_version_id: Option<String>Trait Implementations§
Source§impl Debug for GetObjectMetaResponseHeader
impl Debug for GetObjectMetaResponseHeader
Source§impl<'de> Deserialize<'de> for GetObjectMetaResponseHeader
impl<'de> Deserialize<'de> for GetObjectMetaResponseHeader
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 GetObjectMetaResponseHeader
impl RefUnwindSafe for GetObjectMetaResponseHeader
impl Send for GetObjectMetaResponseHeader
impl Sync for GetObjectMetaResponseHeader
impl Unpin for GetObjectMetaResponseHeader
impl UnsafeUnpin for GetObjectMetaResponseHeader
impl UnwindSafe for GetObjectMetaResponseHeader
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