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