pub struct ParseHLCError { /* private fields */ }
Expand description
Represents errors that occur when parsing an HLC from a string
Trait Implementations§
Source§impl Debug for ParseHLCError
impl Debug for ParseHLCError
Source§impl Display for ParseHLCError
impl Display for ParseHLCError
Source§impl Error for ParseHLCError
impl Error for ParseHLCError
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()
Source§impl From<ParseHLCError> for AIOProtocolError
impl From<ParseHLCError> for AIOProtocolError
Source§fn from(error: ParseHLCError) -> Self
fn from(error: ParseHLCError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ParseHLCError
impl RefUnwindSafe for ParseHLCError
impl Send for ParseHLCError
impl Sync for ParseHLCError
impl Unpin for ParseHLCError
impl UnwindSafe for ParseHLCError
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