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