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