Struct ruststep::ap203::config_control_design::RepresentationRelationship [−][src]
pub struct RepresentationRelationship {
pub name: Label,
pub description: Text,
pub rep_1: RepresentationAny,
pub rep_2: RepresentationAny,
}
Fields
name: Label
description: Text
rep_1: RepresentationAny
rep_2: RepresentationAny
Implementations
pub fn new(
name: Label,
description: Text,
rep_1: RepresentationAny,
rep_2: RepresentationAny
) -> Self
pub fn new(
name: Label,
description: Text,
rep_1: RepresentationAny,
rep_2: RepresentationAny
) -> Self
Constructs a new RepresentationRelationship
.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for RepresentationRelationship
impl Send for RepresentationRelationship
impl Sync for RepresentationRelationship
impl Unpin for RepresentationRelationship
impl UnwindSafe for RepresentationRelationship
Blanket Implementations
Mutably borrows from an owned value. Read more