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