pub struct DeleteObjectOutput {
pub delete_marker: Option<bool>,
pub request_charged: Option<RequestCharged>,
pub version_id: Option<String>,
}Expand description
S3 DeleteObjectOutput.
Fields§
§delete_marker: Option<bool>HTTP header: x-amz-delete-marker.
request_charged: Option<RequestCharged>HTTP header: x-amz-request-charged.
version_id: Option<String>HTTP header: x-amz-version-id.
Trait Implementations§
Source§impl Clone for DeleteObjectOutput
impl Clone for DeleteObjectOutput
Source§fn clone(&self) -> DeleteObjectOutput
fn clone(&self) -> DeleteObjectOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeleteObjectOutput
impl Debug for DeleteObjectOutput
Source§impl Default for DeleteObjectOutput
impl Default for DeleteObjectOutput
Source§fn default() -> DeleteObjectOutput
fn default() -> DeleteObjectOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeleteObjectOutput
impl RefUnwindSafe for DeleteObjectOutput
impl Send for DeleteObjectOutput
impl Sync for DeleteObjectOutput
impl Unpin for DeleteObjectOutput
impl UnsafeUnpin for DeleteObjectOutput
impl UnwindSafe for DeleteObjectOutput
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