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