Enum ruststep::ap201::explicit_draughting::RepresentationMapAnyHolder [−][src]
pub enum RepresentationMapAnyHolder {
RepresentationMap(Box<RepresentationMapHolder>),
CameraUsage(Box<CameraUsageHolder>),
SymbolRepresentationMap(Box<SymbolRepresentationMapHolder>),
}
Variants
RepresentationMap(Box<RepresentationMapHolder>)
Tuple Fields of RepresentationMap
CameraUsage(Box<CameraUsageHolder>)
Tuple Fields of CameraUsage
0: Box<CameraUsageHolder>
SymbolRepresentationMap(Box<SymbolRepresentationMapHolder>)
Tuple Fields of SymbolRepresentationMap
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<RepresentationMapAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<RepresentationMapAny>> + 'table>
Get owned entities as an iterator
type Owned = RepresentationMapAny
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 RepresentationMapAnyHolder
impl Send for RepresentationMapAnyHolder
impl Sync for RepresentationMapAnyHolder
impl Unpin for RepresentationMapAnyHolder
impl UnwindSafe for RepresentationMapAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more