Enum siffra::representations::Amount
source · pub enum Amount {
Mole,
Kilomole,
Megamole,
Gigamole,
Teramole,
Millimole,
Micromole,
Nanomole,
Picomole,
PoundMole,
}Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for Amount
impl PartialEq for Amount
impl Copy for Amount
impl StructuralPartialEq for Amount
Auto Trait Implementations§
impl RefUnwindSafe for Amount
impl Send for Amount
impl Sync for Amount
impl Unpin for Amount
impl UnwindSafe for Amount
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