pub struct DecodeInitError(/* private fields */);
Expand description
Error returned when a hex string decoder can’t be created.
Trait Implementations§
§impl Clone for DecodeInitError
impl Clone for DecodeInitError
§fn clone(&self) -> DecodeInitError
fn clone(&self) -> DecodeInitError
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 more§impl Debug for DecodeInitError
impl Debug for DecodeInitError
§impl IntoDeError for DecodeInitError
impl IntoDeError for DecodeInitError
§fn into_de_error<E>(self) -> Ewhere
E: Error,
fn into_de_error<E>(self) -> Ewhere
E: Error,
Performs the conversion.
§impl PartialEq for DecodeInitError
impl PartialEq for DecodeInitError
§fn eq(&self, other: &DecodeInitError) -> bool
fn eq(&self, other: &DecodeInitError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for DecodeInitError
impl StructuralPartialEq for DecodeInitError
Auto Trait Implementations§
impl Freeze for DecodeInitError
impl RefUnwindSafe for DecodeInitError
impl Send for DecodeInitError
impl Sync for DecodeInitError
impl Unpin for DecodeInitError
impl UnwindSafe for DecodeInitError
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more