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