Struct rusoto_s3::DeleteObjectOutput [−][src]
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
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DeleteObjectOutput
impl Send for DeleteObjectOutput
impl Sync for DeleteObjectOutput
impl Unpin for DeleteObjectOutput
impl UnwindSafe for DeleteObjectOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more