Enum injective_math::fp_decimal::error::FPDecimalError
source · pub enum FPDecimalError {
Undefined(String),
NotSupported(String),
}Variants§
Trait Implementations§
source§impl Debug for FPDecimalError
impl Debug for FPDecimalError
source§impl PartialEq for FPDecimalError
impl PartialEq for FPDecimalError
source§fn eq(&self, other: &FPDecimalError) -> bool
fn eq(&self, other: &FPDecimalError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for FPDecimalError
impl StructuralEq for FPDecimalError
impl StructuralPartialEq for FPDecimalError
Auto Trait Implementations§
impl RefUnwindSafe for FPDecimalError
impl Send for FPDecimalError
impl Sync for FPDecimalError
impl Unpin for FPDecimalError
impl UnwindSafe for FPDecimalError
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