Enum physical_quantity::error::ConversionError
source · [−]pub enum ConversionError<E: Debug> {
DimensionMismatch(DimensionMismatch),
IncompatibleValue(E),
IncorrectDefinition,
InvalidUnitString,
}Variants
DimensionMismatch(DimensionMismatch)
IncompatibleValue(E)
IncorrectDefinition
InvalidUnitString
Trait Implementations
sourceimpl<E: Debug + Debug> Debug for ConversionError<E>
impl<E: Debug + Debug> Debug for ConversionError<E>
Auto Trait Implementations
impl<E> RefUnwindSafe for ConversionError<E> where
E: RefUnwindSafe,
impl<E> Send for ConversionError<E> where
E: Send,
impl<E> Sync for ConversionError<E> where
E: Sync,
impl<E> Unpin for ConversionError<E> where
E: Unpin,
impl<E> UnwindSafe for ConversionError<E> where
E: UnwindSafe,
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