Struct s3_algo::err::CopyObject
source · pub struct CopyObject;
Expand description
SNAFU context selector for the Error::CopyObject
variant
Trait Implementations§
source§impl Clone for CopyObject
impl Clone for CopyObject
source§fn clone(&self) -> CopyObject
fn clone(&self) -> CopyObject
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CopyObject
impl Debug for CopyObject
source§impl IntoError<Error> for CopyObject
impl IntoError<Error> for CopyObject
§type Source = SdkError<CopyObjectError, Response>
type Source = SdkError<CopyObjectError, Response>
The underlying error
source§fn into_error(self, error: Self::Source) -> Error
fn into_error(self, error: Self::Source) -> Error
Combine the information to produce the error
impl Copy for CopyObject
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.