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