Struct ruststep::ap201::explicit_draughting::RepresentationMap [−][src]
pub struct RepresentationMap {
pub mapping_origin: RepresentationItemAny,
pub mapped_representation: RepresentationAny,
}
Fields
mapping_origin: RepresentationItemAny
mapped_representation: RepresentationAny
Implementations
pub fn new(
mapping_origin: RepresentationItemAny,
mapped_representation: RepresentationAny
) -> Self
pub fn new(
mapping_origin: RepresentationItemAny,
mapped_representation: RepresentationAny
) -> Self
Constructs a new RepresentationMap
.
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 RepresentationMap
impl Send for RepresentationMap
impl Sync for RepresentationMap
impl Unpin for RepresentationMap
impl UnwindSafe for RepresentationMap
Blanket Implementations
Mutably borrows from an owned value. Read more