Struct s3_algo::err::PutObject [−][src]
pub struct PutObject<__T0> {
pub key: __T0,
}
Expand description
SNAFU context selector for the Error::PutObject
variant
Fields
key: __T0
Trait Implementations
type Source = RusotoError<PutObjectError>
type Source = RusotoError<PutObjectError>
The underlying error
Combine the information to produce the error
Auto Trait Implementations
impl<__T0> RefUnwindSafe for PutObject<__T0> where
__T0: RefUnwindSafe,
impl<__T0> UnwindSafe for PutObject<__T0> where
__T0: UnwindSafe,
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