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