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