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