pub struct AmountOfSubstance<P: UnitPrefix, T> { /* private fields */ }Trait Implementations§
Source§impl<P: Debug + UnitPrefix, T: Debug> Debug for AmountOfSubstance<P, T>
impl<P: Debug + UnitPrefix, T: Debug> Debug for AmountOfSubstance<P, T>
Auto Trait Implementations§
impl<P, T> Freeze for AmountOfSubstance<P, T>where
T: Freeze,
impl<P, T> RefUnwindSafe for AmountOfSubstance<P, T>where
T: RefUnwindSafe,
P: RefUnwindSafe,
impl<P, T> Send for AmountOfSubstance<P, T>
impl<P, T> Sync for AmountOfSubstance<P, T>
impl<P, T> Unpin for AmountOfSubstance<P, T>
impl<P, T> UnwindSafe for AmountOfSubstance<P, T>where
T: UnwindSafe,
P: UnwindSafe,
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