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