Struct mountpoint_s3_client::types::DeleteObjectResult
source · #[non_exhaustive]pub struct DeleteObjectResult {}Expand description
Result of a delete_object request
Note: DeleteObject requests on a non-existent object within a bucket are considered a success.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DeleteObjectResult
impl Send for DeleteObjectResult
impl Sync for DeleteObjectResult
impl Unpin for DeleteObjectResult
impl UnwindSafe for DeleteObjectResult
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