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