Struct math_utils_lib::errors::ParserError
source · pub struct ParserError {
pub code: ParserErrorCode,
pub reason: String,
}Fields§
§code: ParserErrorCode§reason: StringTrait Implementations§
source§impl Debug for ParserError
impl Debug for ParserError
source§impl Display for ParserError
impl Display for ParserError
source§impl From<ParserError> for MathLibError
impl From<ParserError> for MathLibError
source§fn from(value: ParserError) -> Self
fn from(value: ParserError) -> Self
Converts to this type from the input type.
source§impl From<ParserError> for QuickEvalError
impl From<ParserError> for QuickEvalError
source§fn from(value: ParserError) -> Self
fn from(value: ParserError) -> Self
Converts to this type from the input type.
source§impl From<ParserError> for QuickSolveError
impl From<ParserError> for QuickSolveError
source§fn from(value: ParserError) -> Self
fn from(value: ParserError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ParserError
impl RefUnwindSafe for ParserError
impl Send for ParserError
impl Sync for ParserError
impl Unpin for ParserError
impl UnwindSafe for ParserError
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