pub struct GeometricTolerance {
pub name: String,
pub description: Option<String>,
pub magnitude: Option<LengthMeasureWithUnitRef>,
pub toleranced_shape_aspect: GeometricToleranceTargetRef,
}Fields§
§name: String§description: Option<String>§magnitude: Option<LengthMeasureWithUnitRef>§toleranced_shape_aspect: GeometricToleranceTargetRefTrait Implementations§
Source§impl Clone for GeometricTolerance
impl Clone for GeometricTolerance
Source§fn clone(&self) -> GeometricTolerance
fn clone(&self) -> GeometricTolerance
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 moreSource§impl Debug for GeometricTolerance
impl Debug for GeometricTolerance
Source§impl PartialEq for GeometricTolerance
impl PartialEq for GeometricTolerance
Source§fn eq(&self, other: &GeometricTolerance) -> bool
fn eq(&self, other: &GeometricTolerance) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GeometricTolerance
Auto Trait Implementations§
impl Freeze for GeometricTolerance
impl RefUnwindSafe for GeometricTolerance
impl Send for GeometricTolerance
impl Sync for GeometricTolerance
impl Unpin for GeometricTolerance
impl UnsafeUnpin for GeometricTolerance
impl UnwindSafe for GeometricTolerance
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