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