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