Struct ruststep::ap201::explicit_draughting::RepresentationMapHolder [−][src]
pub struct RepresentationMapHolder {
pub mapping_origin: PlaceHolder<RepresentationItemAnyHolder>,
pub mapped_representation: PlaceHolder<RepresentationAnyHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
mapping_origin: PlaceHolder<RepresentationItemAnyHolder>
mapped_representation: PlaceHolder<RepresentationAnyHolder>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<RepresentationMap>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<RepresentationMap>> + 'table>
Get owned entities as an iterator
type Owned = RepresentationMap
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = RepresentationMapHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for RepresentationMapHolder
impl Send for RepresentationMapHolder
impl Sync for RepresentationMapHolder
impl Unpin for RepresentationMapHolder
impl UnwindSafe for RepresentationMapHolder
Blanket Implementations
Mutably borrows from an owned value. Read more