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