pub struct Mass(/* private fields */);Expand description
Mass quantity (kg).
Implementations§
Trait Implementations§
Source§impl PartialOrd for Mass
impl PartialOrd for Mass
impl Copy for Mass
impl StructuralPartialEq for Mass
Auto Trait Implementations§
impl Freeze for Mass
impl RefUnwindSafe for Mass
impl Send for Mass
impl Sync for Mass
impl Unpin for Mass
impl UnwindSafe for Mass
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