pub struct MassUnitId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for MassUnitId
impl Clone for MassUnitId
Source§fn clone(&self) -> MassUnitId
fn clone(&self) -> MassUnitId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MassUnitId
Source§impl Debug for MassUnitId
impl Debug for MassUnitId
impl Eq for MassUnitId
Source§impl Hash for MassUnitId
impl Hash for MassUnitId
Source§impl PartialEq for MassUnitId
impl PartialEq for MassUnitId
Source§fn eq(&self, other: &MassUnitId) -> bool
fn eq(&self, other: &MassUnitId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MassUnitId
Auto Trait Implementations§
impl Freeze for MassUnitId
impl RefUnwindSafe for MassUnitId
impl Send for MassUnitId
impl Sync for MassUnitId
impl Unpin for MassUnitId
impl UnsafeUnpin for MassUnitId
impl UnwindSafe for MassUnitId
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