pub struct DeleteObjectResponse { /* private fields */ }Trait Implementations§
Source§impl Clone for DeleteObjectResponse
impl Clone for DeleteObjectResponse
Source§fn clone(&self) -> DeleteObjectResponse
fn clone(&self) -> DeleteObjectResponse
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 DeleteObjectResponse
impl Debug for DeleteObjectResponse
Source§impl HasBucket for DeleteObjectResponse
impl HasBucket for DeleteObjectResponse
Source§fn bucket(&self) -> Option<&BucketName>
fn bucket(&self) -> Option<&BucketName>
Returns the name of the S3 bucket, if set.
Source§impl HasIsDeleteMarker for DeleteObjectResponse
impl HasIsDeleteMarker for DeleteObjectResponse
Source§fn is_delete_marker(&self) -> Result<bool, ValidationErr>
fn is_delete_marker(&self) -> Result<bool, ValidationErr>
Returns
true if the object is a delete marker, false otherwise.Source§impl HasRegion for DeleteObjectResponse
impl HasRegion for DeleteObjectResponse
Source§impl HasS3Fields for DeleteObjectResponse
impl HasS3Fields for DeleteObjectResponse
Source§impl HasVersion for DeleteObjectResponse
impl HasVersion for DeleteObjectResponse
Source§fn version_id(&self) -> Option<VersionId>
fn version_id(&self) -> Option<VersionId>
Returns the version ID of the object (
x-amz-version-id), if versioning is enabled for the bucket.Auto Trait Implementations§
impl !Freeze for DeleteObjectResponse
impl !RefUnwindSafe for DeleteObjectResponse
impl Send for DeleteObjectResponse
impl Sync for DeleteObjectResponse
impl Unpin for DeleteObjectResponse
impl UnsafeUnpin for DeleteObjectResponse
impl !UnwindSafe for DeleteObjectResponse
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