Struct physical_quantity::error::DimensionMismatch
source · [−]pub struct DimensionMismatch;Trait Implementations
sourceimpl Debug for DimensionMismatch
impl Debug for DimensionMismatch
Auto Trait Implementations
impl RefUnwindSafe for DimensionMismatch
impl Send for DimensionMismatch
impl Sync for DimensionMismatch
impl Unpin for DimensionMismatch
impl UnwindSafe for DimensionMismatch
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