Struct ruststep::ap203::config_control_design::MappedItem [−][src]
pub struct MappedItem {
pub representation_item: RepresentationItem,
pub mapping_source: RepresentationMap,
pub mapping_target: RepresentationItemAny,
}
Fields
representation_item: RepresentationItem
mapping_source: RepresentationMap
mapping_target: RepresentationItemAny
Implementations
pub fn new(
representation_item: RepresentationItem,
mapping_source: RepresentationMap,
mapping_target: RepresentationItemAny
) -> Self
pub fn new(
representation_item: RepresentationItem,
mapping_source: RepresentationMap,
mapping_target: RepresentationItemAny
) -> Self
Constructs a new MappedItem
.
Methods from Deref<Target = RepresentationItem>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = RepresentationItem
type Target = RepresentationItem
The resulting type after dereferencing.
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 MappedItem
impl Send for MappedItem
impl Sync for MappedItem
impl Unpin for MappedItem
impl UnwindSafe for MappedItem
Blanket Implementations
Mutably borrows from an owned value. Read more