pub struct HexToolError { /* private fields */ }Expand description
Error type for hextool
Trait Implementations§
Source§impl Debug for HexToolError
Implement Debug, Display and Error for HexToolError
impl Debug for HexToolError
Implement Debug, Display and Error for HexToolError
Source§impl Display for HexToolError
Implement Debug, Display and Error for HexToolError
impl Display for HexToolError
Implement Debug, Display and Error for HexToolError
Source§impl Error for HexToolError
Implement Debug, Display and Error for HexToolError
impl Error for HexToolError
Implement Debug, Display and Error for HexToolError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for HexToolError
impl RefUnwindSafe for HexToolError
impl Send for HexToolError
impl Sync for HexToolError
impl Unpin for HexToolError
impl UnwindSafe for HexToolError
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