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