Struct s3_algo::err::MissingKeyOrSize
source · pub struct MissingKeyOrSize;
Expand description
SNAFU context selector for the Error::MissingKeyOrSize
variant
Implementations§
Trait Implementations§
source§impl Clone for MissingKeyOrSize
impl Clone for MissingKeyOrSize
source§fn clone(&self) -> MissingKeyOrSize
fn clone(&self) -> MissingKeyOrSize
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 MissingKeyOrSize
impl Debug for MissingKeyOrSize
source§impl IntoError<Error> for MissingKeyOrSize
impl IntoError<Error> for MissingKeyOrSize
impl Copy for MissingKeyOrSize
Auto Trait Implementations§
impl RefUnwindSafe for MissingKeyOrSize
impl Send for MissingKeyOrSize
impl Sync for MissingKeyOrSize
impl Unpin for MissingKeyOrSize
impl UnwindSafe for MissingKeyOrSize
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.