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