pub struct MeasureWithUnitId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for MeasureWithUnitId
impl Clone for MeasureWithUnitId
Source§fn clone(&self) -> MeasureWithUnitId
fn clone(&self) -> MeasureWithUnitId
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 MeasureWithUnitId
Source§impl Debug for MeasureWithUnitId
impl Debug for MeasureWithUnitId
impl Eq for MeasureWithUnitId
Source§impl Hash for MeasureWithUnitId
impl Hash for MeasureWithUnitId
Source§impl PartialEq for MeasureWithUnitId
impl PartialEq for MeasureWithUnitId
Source§fn eq(&self, other: &MeasureWithUnitId) -> bool
fn eq(&self, other: &MeasureWithUnitId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MeasureWithUnitId
Auto Trait Implementations§
impl Freeze for MeasureWithUnitId
impl RefUnwindSafe for MeasureWithUnitId
impl Send for MeasureWithUnitId
impl Sync for MeasureWithUnitId
impl Unpin for MeasureWithUnitId
impl UnsafeUnpin for MeasureWithUnitId
impl UnwindSafe for MeasureWithUnitId
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