pub struct DeleteObjectOutput {
pub delete_marker: Option<bool>,
pub request_charged: Option<String>,
pub version_id: Option<String>,
}
Fields§
§delete_marker: Option<bool>
Specifies whether the versioned object that was permanently deleted was (true) or was not (false) a delete marker.
request_charged: Option<String>
§version_id: Option<String>
Returns the version ID of the delete marker created as a result of the DELETE operation.
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 · 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
Source§impl PartialEq for DeleteObjectOutput
impl PartialEq for DeleteObjectOutput
impl StructuralPartialEq for DeleteObjectOutput
Auto Trait Implementations§
impl Freeze for DeleteObjectOutput
impl RefUnwindSafe for DeleteObjectOutput
impl Send for DeleteObjectOutput
impl Sync for DeleteObjectOutput
impl Unpin 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