Struct math_utils_lib::errors::SolveError
source · pub struct SolveError {
pub code: SolveErrorCode,
pub reason: String,
}
Fields§
§code: SolveErrorCode
§reason: String
Trait Implementations§
source§impl Debug for SolveError
impl Debug for SolveError
source§impl Display for SolveError
impl Display for SolveError
source§impl From<EvalError> for SolveError
impl From<EvalError> for SolveError
source§impl From<SolveError> for MathLibError
impl From<SolveError> for MathLibError
source§fn from(value: SolveError) -> Self
fn from(value: SolveError) -> 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 SolveError
impl RefUnwindSafe for SolveError
impl Send for SolveError
impl Sync for SolveError
impl Unpin for SolveError
impl UnwindSafe for SolveError
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