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