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