pub struct InvalidPointString;Expand description
Returned when parsing a point from an incorrectly formatted hex string.
Trait Implementations§
Source§impl Debug for InvalidPointString
impl Debug for InvalidPointString
Source§impl Display for InvalidPointString
impl Display for InvalidPointString
Source§impl Error for InvalidPointString
impl Error for InvalidPointString
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 PartialEq for InvalidPointString
impl PartialEq for InvalidPointString
impl Eq for InvalidPointString
impl StructuralPartialEq for InvalidPointString
Auto Trait Implementations§
impl Freeze for InvalidPointString
impl RefUnwindSafe for InvalidPointString
impl Send for InvalidPointString
impl Sync for InvalidPointString
impl Unpin for InvalidPointString
impl UnwindSafe for InvalidPointString
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