Enum ruststep::ap201::explicit_draughting::RepresentationMapAny [−][src]
pub enum RepresentationMapAny {
RepresentationMap(Box<RepresentationMap>),
CameraUsage(Box<CameraUsage>),
SymbolRepresentationMap(Box<SymbolRepresentationMap>),
}
Variants
RepresentationMap(Box<RepresentationMap>)
Tuple Fields of RepresentationMap
0: Box<RepresentationMap>
CameraUsage(Box<CameraUsage>)
Tuple Fields of CameraUsage
0: Box<CameraUsage>
SymbolRepresentationMap(Box<SymbolRepresentationMap>)
Tuple Fields of SymbolRepresentationMap
Trait Implementations
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 RepresentationMapAny
impl Send for RepresentationMapAny
impl Sync for RepresentationMapAny
impl Unpin for RepresentationMapAny
impl UnwindSafe for RepresentationMapAny
Blanket Implementations
Mutably borrows from an owned value. Read more