Struct mountpoint_s3_client::DeleteObjectResult
source · #[non_exhaustive]pub struct DeleteObjectResult {}Expand description
Result of a ObjectClient::delete_object request
Note: DeleteObject calls on a non-existent object within a bucket are considered a success.
TODO: Populate this struct with return fields from the S3 API, e.g., version id, delete marker.
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