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