Enum uom::si::temperature_interval::Units
source · #[non_exhaustive]pub enum Units {
Show 24 variants
yottakelvin(yottakelvin),
zettakelvin(zettakelvin),
exakelvin(exakelvin),
petakelvin(petakelvin),
terakelvin(terakelvin),
gigakelvin(gigakelvin),
megakelvin(megakelvin),
kilokelvin(kilokelvin),
hectokelvin(hectokelvin),
decakelvin(decakelvin),
kelvin(kelvin),
decikelvin(decikelvin),
centikelvin(centikelvin),
millikelvin(millikelvin),
microkelvin(microkelvin),
nanokelvin(nanokelvin),
picokelvin(picokelvin),
femtokelvin(femtokelvin),
attokelvin(attokelvin),
zeptokelvin(zeptokelvin),
yoctokelvin(yoctokelvin),
degree_celsius(degree_celsius),
degree_fahrenheit(degree_fahrenheit),
degree_rankine(degree_rankine),
}
Expand description
Unit enum.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
yottakelvin(yottakelvin)
yottakelvins
zettakelvin(zettakelvin)
zettakelvins
exakelvin(exakelvin)
exakelvins
petakelvin(petakelvin)
petakelvins
terakelvin(terakelvin)
terakelvins
gigakelvin(gigakelvin)
gigakelvins
megakelvin(megakelvin)
megakelvins
kilokelvin(kilokelvin)
kilokelvins
hectokelvin(hectokelvin)
hectokelvins
decakelvin(decakelvin)
decakelvins
kelvin(kelvin)
kelvins
decikelvin(decikelvin)
decikelvins
centikelvin(centikelvin)
centikelvins
millikelvin(millikelvin)
millikelvins
microkelvin(microkelvin)
microkelvins
nanokelvin(nanokelvin)
nanokelvins
picokelvin(picokelvin)
picokelvins
femtokelvin(femtokelvin)
femtokelvins
attokelvin(attokelvin)
attokelvins
zeptokelvin(zeptokelvin)
zeptokelvins
yoctokelvin(yoctokelvin)
yoctokelvins
degree_celsius(degree_celsius)
degrees Celsius
degree_fahrenheit(degree_fahrenheit)
degrees Fahrenheit
degree_rankine(degree_rankine)
degrees Rankine
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Units
impl RefUnwindSafe for Units
impl Send for Units
impl Sync for Units
impl Unpin for Units
impl UnwindSafe for Units
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