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