pub struct GeometricToleranceRelationship {
pub name: String,
pub description: String,
pub relating_geometric_tolerance: GeometricToleranceRef,
pub related_geometric_tolerance: GeometricToleranceRef,
}Fields§
§name: String§description: String§relating_geometric_tolerance: GeometricToleranceRefTrait Implementations§
Source§impl Clone for GeometricToleranceRelationship
impl Clone for GeometricToleranceRelationship
Source§fn clone(&self) -> GeometricToleranceRelationship
fn clone(&self) -> GeometricToleranceRelationship
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 GeometricToleranceRelationship
impl PartialEq for GeometricToleranceRelationship
Source§fn eq(&self, other: &GeometricToleranceRelationship) -> bool
fn eq(&self, other: &GeometricToleranceRelationship) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GeometricToleranceRelationship
Auto Trait Implementations§
impl Freeze for GeometricToleranceRelationship
impl RefUnwindSafe for GeometricToleranceRelationship
impl Send for GeometricToleranceRelationship
impl Sync for GeometricToleranceRelationship
impl Unpin for GeometricToleranceRelationship
impl UnsafeUnpin for GeometricToleranceRelationship
impl UnwindSafe for GeometricToleranceRelationship
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