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