[−][src]Enum uom::si::molar_mass::Units
Unit enum.
Variants
yottagram_per_mole(yottagram_per_mole)
yottagrams per mole
zettagram_per_mole(zettagram_per_mole)
zettagrams per mole
exagram_per_mole(exagram_per_mole)
exagrams per mole
petagram_per_mole(petagram_per_mole)
petagrams per mole
teragram_per_mole(teragram_per_mole)
teragrams per mole
gigagram_per_mole(gigagram_per_mole)
gigagrams per mole
megagram_per_mole(megagram_per_mole)
megagrams per mole
kilogram_per_mole(kilogram_per_mole)
kilograms per mole
hectogram_per_mole(hectogram_per_mole)
hectograms per mole
decagram_per_mole(decagram_per_mole)
decagrams per mole
gram_per_mole(gram_per_mole)
grams per mole
decigram_per_mole(decigram_per_mole)
decigrams per mole
centigram_per_mole(centigram_per_mole)
centigrams per mole
milligram_per_mole(milligram_per_mole)
milligrams per mole
microgram_per_mole(microgram_per_mole)
micrograms per mole
nanogram_per_mole(nanogram_per_mole)
nanograms per mole
picogram_per_mole(picogram_per_mole)
picograms per mole
femtogram_per_mole(femtogram_per_mole)
femtograms per mole
attogram_per_mole(attogram_per_mole)
attograms per mole
zeptogram_per_mole(zeptogram_per_mole)
zeptograms per mole
yoctogram_per_mole(yoctogram_per_mole)
yoctograms per mole
Implementations
impl Units
[src]
pub fn abbreviation(&self) -> &'static str
[src]
Unit abbreviation.
pub fn singular(&self) -> &'static str
[src]
Unit singular description.
pub fn plural(&self) -> &'static str
[src]
Unit plural description.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Units
impl Send for Units
impl Sync for Units
impl Unpin for Units
impl UnwindSafe for Units
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut Tⓘ
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,