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