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