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