pub struct FromHexError { /* private fields */ }
Expand description
Represents an error encountered while decoding a hex string
Trait Implementations§
Source§impl Clone for FromHexError
impl Clone for FromHexError
Source§fn clone(&self) -> FromHexError
fn clone(&self) -> FromHexError
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 FromHexError
impl Debug for FromHexError
Source§impl Display for FromHexError
impl Display for FromHexError
impl Copy for FromHexError
Auto Trait Implementations§
impl Freeze for FromHexError
impl RefUnwindSafe for FromHexError
impl Send for FromHexError
impl Sync for FromHexError
impl Unpin for FromHexError
impl UnwindSafe for FromHexError
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