pub struct PutObjectResponse {
pub etag: String,
pub version_id: Option<String>,
}
Expand description
上传对象响应
Fields§
§etag: String
§version_id: Option<String>
Trait Implementations§
Source§impl Clone for PutObjectResponse
impl Clone for PutObjectResponse
Source§fn clone(&self) -> PutObjectResponse
fn clone(&self) -> PutObjectResponse
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 PutObjectResponse
impl RefUnwindSafe for PutObjectResponse
impl Send for PutObjectResponse
impl Sync for PutObjectResponse
impl Unpin for PutObjectResponse
impl UnwindSafe for PutObjectResponse
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