Enum runtime_units::UnitTypes
source · pub enum UnitTypes {
AmountOfSubstance,
Angle,
ElectricCurrent,
Length,
Luminance,
Mass,
TemperatureInterval,
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UnitTypes
impl Send for UnitTypes
impl Sync for UnitTypes
impl Unpin for UnitTypes
impl UnwindSafe for UnitTypes
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