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