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 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 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 for DecodeInitError
impl PartialEq for DecodeInitError
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