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