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