pub enum UnitTypes {
AmountOfSubstance,
Angle,
Dimensionless,
ElectricCurrent,
Length,
Luminance,
Mass,
TemperatureInterval,
Time,
}
Expand description
A list of unit types supported for the library (given feature flags selected).
Variants§
AmountOfSubstance
Angle
Dimensionless
ElectricCurrent
Length
Luminance
Mass
TemperatureInterval
Time
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnitTypes
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