pub struct InvalidApiKeySnafu;Expand description
SNAFU context selector for the Error::InvalidApiKey variant
Trait Implementations§
Source§impl Clone for InvalidApiKeySnafu
impl Clone for InvalidApiKeySnafu
Source§fn clone(&self) -> InvalidApiKeySnafu
fn clone(&self) -> InvalidApiKeySnafu
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InvalidApiKeySnafu
Source§impl Debug for InvalidApiKeySnafu
impl Debug for InvalidApiKeySnafu
Source§impl IntoError<Error> for InvalidApiKeySnafu
impl IntoError<Error> for InvalidApiKeySnafu
Source§type Source = InvalidHeaderValue
type Source = InvalidHeaderValue
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
Auto Trait Implementations§
impl Freeze for InvalidApiKeySnafu
impl RefUnwindSafe for InvalidApiKeySnafu
impl Send for InvalidApiKeySnafu
impl Sync for InvalidApiKeySnafu
impl Unpin for InvalidApiKeySnafu
impl UnsafeUnpin for InvalidApiKeySnafu
impl UnwindSafe for InvalidApiKeySnafu
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