Enum si_scale::SIUnitsError
source · [−]pub enum SIUnitsError {
ExponentParsing(String),
}Expand description
Error type used by this crate.
Variants
ExponentParsing(String)
Indicates an error occurred when parsing the exponent.
Trait Implementations
sourceimpl Debug for SIUnitsError
impl Debug for SIUnitsError
sourceimpl PartialEq<SIUnitsError> for SIUnitsError
impl PartialEq<SIUnitsError> for SIUnitsError
sourcefn eq(&self, other: &SIUnitsError) -> bool
fn eq(&self, other: &SIUnitsError) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Eq for SIUnitsError
impl StructuralEq for SIUnitsError
impl StructuralPartialEq for SIUnitsError
Auto Trait Implementations
impl RefUnwindSafe for SIUnitsError
impl Send for SIUnitsError
impl Sync for SIUnitsError
impl Unpin for SIUnitsError
impl UnwindSafe for SIUnitsError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more