pub struct InvalidKeySnafu;Expand description
SNAFU context selector for the Error::InvalidKey variant
Implementations§
Trait Implementations§
Source§impl Clone for InvalidKeySnafu
impl Clone for InvalidKeySnafu
Source§fn clone(&self) -> InvalidKeySnafu
fn clone(&self) -> InvalidKeySnafu
Returns a duplicate 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 InvalidKeySnafu
impl Debug for InvalidKeySnafu
Source§impl IntoError<Error> for InvalidKeySnafu
impl IntoError<Error> for InvalidKeySnafu
impl Copy for InvalidKeySnafu
Auto Trait Implementations§
impl Freeze for InvalidKeySnafu
impl RefUnwindSafe for InvalidKeySnafu
impl Send for InvalidKeySnafu
impl Sync for InvalidKeySnafu
impl Unpin for InvalidKeySnafu
impl UnsafeUnpin for InvalidKeySnafu
impl UnwindSafe for InvalidKeySnafu
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