Enum si_scale::SIUnitsError
source · pub enum SIUnitsError {
ExponentParsing(String),
}Expand description
Error type used by this crate.
Variants§
Trait Implementations§
source§impl Debug for SIUnitsError
impl Debug for SIUnitsError
source§impl PartialEq for SIUnitsError
impl PartialEq for SIUnitsError
source§fn 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 ==.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§
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