pub struct HeadObjectResponse {
pub content_length: u64,
pub content_type: String,
pub etag: String,
pub last_modified: Option<String>,
}
Expand description
获取对象元数据响应
Fields§
§content_length: u64
§content_type: String
§etag: String
§last_modified: Option<String>
Trait Implementations§
Source§impl Clone for HeadObjectResponse
impl Clone for HeadObjectResponse
Source§fn clone(&self) -> HeadObjectResponse
fn clone(&self) -> HeadObjectResponse
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 moreAuto Trait Implementations§
impl Freeze for HeadObjectResponse
impl RefUnwindSafe for HeadObjectResponse
impl Send for HeadObjectResponse
impl Sync for HeadObjectResponse
impl Unpin for HeadObjectResponse
impl UnwindSafe for HeadObjectResponse
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