pub struct DecodeInitError(/* private fields */);
Expand description
Error returned when a hex string decoder can’t be created.
Trait Implementations§
source§impl Clone for DecodeInitError
impl Clone for DecodeInitError
source§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 moresource§impl Debug for DecodeInitError
impl Debug for DecodeInitError
source§impl IntoDeError for DecodeInitError
impl IntoDeError for DecodeInitError
source§fn into_de_error<E: Error>(self) -> E
fn into_de_error<E: Error>(self) -> E
Performs the conversion.
source§impl PartialEq<DecodeInitError> for DecodeInitError
impl PartialEq<DecodeInitError> for DecodeInitError
source§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 StructuralEq for DecodeInitError
impl StructuralPartialEq for DecodeInitError
Auto Trait Implementations§
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