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