Enum Units
#[non_exhaustive]pub enum Units {
Show 61 variants
yottajoule(yottajoule),
zettajoule(zettajoule),
exajoule(exajoule),
petajoule(petajoule),
terajoule(terajoule),
gigajoule(gigajoule),
megajoule(megajoule),
kilojoule(kilojoule),
hectojoule(hectojoule),
decajoule(decajoule),
joule(joule),
decijoule(decijoule),
centijoule(centijoule),
millijoule(millijoule),
microjoule(microjoule),
nanojoule(nanojoule),
picojoule(picojoule),
femtojoule(femtojoule),
attojoule(attojoule),
zeptojoule(zeptojoule),
yoctojoule(yoctojoule),
petawatt_hour(petawatt_hour),
terawatt_hour(terawatt_hour),
gigawatt_hour(gigawatt_hour),
megawatt_hour(megawatt_hour),
kilowatt_hour(kilowatt_hour),
hectowatt_hour(hectowatt_hour),
decawatt_hour(decawatt_hour),
watt_hour(watt_hour),
milliwatt_hour(milliwatt_hour),
microwatt_hour(microwatt_hour),
petaelectronvolt(petaelectronvolt),
teraelectronvolt(teraelectronvolt),
gigaelectronvolt(gigaelectronvolt),
megaelectronvolt(megaelectronvolt),
kiloelectronvolt(kiloelectronvolt),
hectoelectronvolt(hectoelectronvolt),
decaelectronvolt(decaelectronvolt),
electronvolt(electronvolt),
hartree(hartree),
btu_it(btu_it),
btu(btu),
btu_39(btu_39),
btu_59(btu_59),
btu_60(btu_60),
calorie_it(calorie_it),
calorie(calorie),
calorie_15(calorie_15),
calorie_20(calorie_20),
calorie_it_nutrition(calorie_it_nutrition),
calorie_nutrition(calorie_nutrition),
erg(erg),
foot_poundal(foot_poundal),
foot_pound(foot_pound),
kilocalorie_it(kilocalorie_it),
kilocalorie(kilocalorie),
quad(quad),
therm_ec(therm_ec),
therm_us(therm_us),
ton_tnt(ton_tnt),
watt_second(watt_second),
}Expand description
Unit enum.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
yottajoule(yottajoule)
yottajoules
zettajoule(zettajoule)
zettajoules
exajoule(exajoule)
exajoules
petajoule(petajoule)
petajoules
terajoule(terajoule)
terajoules
gigajoule(gigajoule)
gigajoules
megajoule(megajoule)
megajoules
kilojoule(kilojoule)
kilojoules
hectojoule(hectojoule)
hectojoules
decajoule(decajoule)
decajoules
joule(joule)
joules
decijoule(decijoule)
decijoules
centijoule(centijoule)
centijoules
millijoule(millijoule)
millijoules
microjoule(microjoule)
microjoules
nanojoule(nanojoule)
nanojoules
picojoule(picojoule)
picojoules
femtojoule(femtojoule)
femtojoules
attojoule(attojoule)
attojoules
zeptojoule(zeptojoule)
zeptojoules
yoctojoule(yoctojoule)
yoctojoules
petawatt_hour(petawatt_hour)
petawatt hours
terawatt_hour(terawatt_hour)
terawatt hours
gigawatt_hour(gigawatt_hour)
gigawatt hours
megawatt_hour(megawatt_hour)
megawatt hours
kilowatt_hour(kilowatt_hour)
kilowatt hours
hectowatt_hour(hectowatt_hour)
hectowatt hours
decawatt_hour(decawatt_hour)
decawatt hours
watt_hour(watt_hour)
watt hours
milliwatt_hour(milliwatt_hour)
milliwatt hours
microwatt_hour(microwatt_hour)
microwatt hours
petaelectronvolt(petaelectronvolt)
petaelectronvolts
teraelectronvolt(teraelectronvolt)
teraelectronvolts
gigaelectronvolt(gigaelectronvolt)
gigaelectronvolts
megaelectronvolt(megaelectronvolt)
megaelectronvolts
kiloelectronvolt(kiloelectronvolt)
kiloelectronvolts
hectoelectronvolt(hectoelectronvolt)
hectoelectronvolts
decaelectronvolt(decaelectronvolt)
decaelectronvolts
electronvolt(electronvolt)
electronvolts
hartree(hartree)
hartrees
btu_it(btu_it)
British thermal units (IT)
btu(btu)
British thermal units
btu_39(btu_39)
British thermal units (39 °F)
btu_59(btu_59)
British thermal units (59 °F)
btu_60(btu_60)
British thermal units (60 °F)
calorie_it(calorie_it)
calories (IT)
calorie(calorie)
calories
calorie_15(calorie_15)
calories (15 °C)
calorie_20(calorie_20)
calories (20 °C)
calorie_it_nutrition(calorie_it_nutrition)
Calories (IT)
calorie_nutrition(calorie_nutrition)
Calories
erg(erg)
ergs
foot_poundal(foot_poundal)
foot poundals
foot_pound(foot_pound)
foot pounds-force
kilocalorie_it(kilocalorie_it)
kilocalories (IT)
kilocalorie(kilocalorie)
kilocalories
quad(quad)
quads
therm_ec(therm_ec)
therms (EC)
therm_us(therm_us)
therms
ton_tnt(ton_tnt)
tons of TNT
watt_second(watt_second)
watt seconds
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Conv for T
impl<T> Conv for T
§impl<T> FmtForward for T
impl<T> FmtForward for T
§fn fmt_binary(self) -> FmtBinary<Self>where
Self: Binary,
fn fmt_binary(self) -> FmtBinary<Self>where
Self: Binary,
self to use its Binary implementation when Debug-formatted.§fn fmt_display(self) -> FmtDisplay<Self>where
Self: Display,
fn fmt_display(self) -> FmtDisplay<Self>where
Self: Display,
self to use its Display implementation when
Debug-formatted.§fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
Self: LowerExp,
fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
Self: LowerExp,
self to use its LowerExp implementation when
Debug-formatted.§fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
Self: LowerHex,
fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
Self: LowerHex,
self to use its LowerHex implementation when
Debug-formatted.§fn fmt_octal(self) -> FmtOctal<Self>where
Self: Octal,
fn fmt_octal(self) -> FmtOctal<Self>where
Self: Octal,
self to use its Octal implementation when Debug-formatted.§fn fmt_pointer(self) -> FmtPointer<Self>where
Self: Pointer,
fn fmt_pointer(self) -> FmtPointer<Self>where
Self: Pointer,
self to use its Pointer implementation when
Debug-formatted.§fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
Self: UpperExp,
fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
Self: UpperExp,
self to use its UpperExp implementation when
Debug-formatted.§fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
Self: UpperHex,
fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
Self: UpperHex,
self to use its UpperHex implementation when
Debug-formatted.§fn fmt_list(self) -> FmtList<Self>where
&'a Self: for<'a> IntoIterator,
fn fmt_list(self) -> FmtList<Self>where
&'a Self: for<'a> IntoIterator,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pipe for Twhere
T: ?Sized,
impl<T> Pipe for Twhere
T: ?Sized,
§fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
Self: Sized,
fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
Self: Sized,
§fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
R: 'a,
self and passes that borrow into the pipe function. Read more§fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
R: 'a,
self and passes that borrow into the pipe function. Read more§fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
§fn pipe_borrow_mut<'a, B, R>(
&'a mut self,
func: impl FnOnce(&'a mut B) -> R,
) -> R
fn pipe_borrow_mut<'a, B, R>( &'a mut self, func: impl FnOnce(&'a mut B) -> R, ) -> R
§fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
self, then passes self.as_ref() into the pipe function.§fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
self, then passes self.as_mut() into the pipe
function.§fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
self, then passes self.deref() into the pipe function.§impl<T> Tap for T
impl<T> Tap for T
§fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
Borrow<B> of a value. Read more§fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
BorrowMut<B> of a value. Read more§fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
AsRef<R> view of a value. Read more§fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
AsMut<R> view of a value. Read more§fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
Deref::Target of a value. Read more§fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
Deref::Target of a value. Read more§fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
.tap() only in debug builds, and is erased in release builds.§fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
.tap_mut() only in debug builds, and is erased in release
builds.§fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
.tap_borrow() only in debug builds, and is erased in release
builds.§fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
.tap_borrow_mut() only in debug builds, and is erased in release
builds.§fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
.tap_ref() only in debug builds, and is erased in release
builds.§fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
.tap_ref_mut() only in debug builds, and is erased in release
builds.§fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
.tap_deref() only in debug builds, and is erased in release
builds.