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