Enum si_scale::SIUnitsError
source · [−]pub enum SIUnitsError {
ExponentParsing(String),
}Variants
ExponentParsing(String)
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
sourcefn ne(&self, other: &SIUnitsError) -> bool
fn ne(&self, other: &SIUnitsError) -> bool
This method tests for !=.
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more