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