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