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