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