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 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 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