Struct ruststep::ap203::config_control_design::Representation [−][src]
pub struct Representation {
pub name: Label,
pub items: Vec<RepresentationItemAny>,
pub context_of_items: RepresentationContextAny,
}
Fields
name: Label
items: Vec<RepresentationItemAny>
context_of_items: RepresentationContextAny
Implementations
pub fn new(
name: Label,
items: Vec<RepresentationItemAny>,
context_of_items: RepresentationContextAny
) -> Self
pub fn new(
name: Label,
items: Vec<RepresentationItemAny>,
context_of_items: RepresentationContextAny
) -> Self
Constructs a new Representation
.
Trait Implementations
Performs the conversion.
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 Representation
impl Send for Representation
impl Sync for Representation
impl Unpin for Representation
impl UnwindSafe for Representation
Blanket Implementations
Mutably borrows from an owned value. Read more