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