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
impl Eq for SIUnitsError
impl StructuralPartialEq for SIUnitsError
Auto Trait Implementations§
impl Freeze for SIUnitsError
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