Struct physical_quantity::unit::Parser
source · [−]pub struct Parser<K, T> where
K: AsRef<str>,
T: AsRef<[(K, (Conv, DynDim))]>, { /* private fields */ }Implementations
Auto Trait Implementations
impl<K, T> RefUnwindSafe for Parser<K, T> where
K: RefUnwindSafe,
T: RefUnwindSafe,
impl<K, T> Send for Parser<K, T> where
K: Send,
T: Send,
impl<K, T> Sync for Parser<K, T> where
K: Sync,
T: Sync,
impl<K, T> Unpin for Parser<K, T> where
K: Unpin,
T: Unpin,
impl<K, T> UnwindSafe for Parser<K, T> where
K: UnwindSafe,
T: 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