Struct s3_algo::err::DeleteObjects [−][src]
pub struct DeleteObjects;
Expand description
SNAFU context selector for the Error::DeleteObjects
variant
Trait Implementations
type Source = RusotoError<DeleteObjectsError>
type Source = RusotoError<DeleteObjectsError>
The underlying error
Combine the information to produce the error
Auto Trait Implementations
impl RefUnwindSafe for DeleteObjects
impl Send for DeleteObjects
impl Sync for DeleteObjects
impl Unpin for DeleteObjects
impl UnwindSafe for DeleteObjects
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self