Struct s3_algo::err::DeleteObject [−][src]
pub struct DeleteObject;
Expand description
SNAFU context selector for the Error::DeleteObject
variant
Trait Implementations
type Source = RusotoError<DeleteObjectError>
type Source = RusotoError<DeleteObjectError>
The underlying error
Combine the information to produce the error
Auto Trait Implementations
impl RefUnwindSafe for DeleteObject
impl Send for DeleteObject
impl Sync for DeleteObject
impl Unpin for DeleteObject
impl UnwindSafe for DeleteObject
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