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