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