Struct rusoto_s3::DeleteObjectsOutput [−][src]
pub struct DeleteObjectsOutput {
pub deleted: Option<Vec<DeletedObject>>,
pub errors: Option<Vec<S3Error>>,
pub request_charged: Option<String>,
}Fields
deleted: Option<Vec<DeletedObject>>Container element for a successful delete. It identifies the object that was successfully deleted.
errors: Option<Vec<S3Error>>Container for a failed delete action that describes the object that Amazon S3 attempted to delete and the error it encountered.
request_charged: Option<String>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 DeleteObjectsOutput
impl Send for DeleteObjectsOutput
impl Sync for DeleteObjectsOutput
impl Unpin for DeleteObjectsOutput
impl UnwindSafe for DeleteObjectsOutput
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