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