Enum ruststep::ap201::explicit_draughting::GeometricRepresentationItemAnyHolder [−][src]
pub enum GeometricRepresentationItemAnyHolder {
Show 21 variants
GeometricRepresentationItem(Box<GeometricRepresentationItemHolder>),
AnnotationFillArea(Box<AnnotationFillAreaHolder>),
CameraModel(Box<CameraModelAnyHolder>),
CompositeText(Box<CompositeTextAnyHolder>),
Curve(Box<CurveAnyHolder>),
DefinedSymbol(Box<DefinedSymbolHolder>),
Direction(Box<DirectionHolder>),
DraughtingCallout(Box<DraughtingCalloutAnyHolder>),
ExternallyDefinedHatchStyle(Box<ExternallyDefinedHatchStyleHolder>),
ExternallyDefinedTileStyle(Box<ExternallyDefinedTileStyleHolder>),
FillAreaStyleHatching(Box<FillAreaStyleHatchingHolder>),
FillAreaStyleTileSymbolWithStyle(Box<FillAreaStyleTileSymbolWithStyleHolder>),
FillAreaStyleTiles(Box<FillAreaStyleTilesHolder>),
GeometricSet(Box<GeometricSetAnyHolder>),
OneDirectionRepeatFactor(Box<OneDirectionRepeatFactorAnyHolder>),
Placement(Box<PlacementAnyHolder>),
PlanarExtent(Box<PlanarExtentAnyHolder>),
Point(Box<PointAnyHolder>),
SymbolTarget(Box<SymbolTargetHolder>),
TextLiteral(Box<TextLiteralAnyHolder>),
Vector(Box<VectorHolder>),
}Variants
GeometricRepresentationItem(Box<GeometricRepresentationItemHolder>)Tuple Fields of GeometricRepresentationItem
AnnotationFillArea(Box<AnnotationFillAreaHolder>)Tuple Fields of AnnotationFillArea
CameraModel(Box<CameraModelAnyHolder>)Tuple Fields of CameraModel
CompositeText(Box<CompositeTextAnyHolder>)Tuple Fields of CompositeText
Curve(Box<CurveAnyHolder>)Tuple Fields of Curve
0: Box<CurveAnyHolder>DefinedSymbol(Box<DefinedSymbolHolder>)Tuple Fields of DefinedSymbol
Direction(Box<DirectionHolder>)Tuple Fields of Direction
0: Box<DirectionHolder>DraughtingCallout(Box<DraughtingCalloutAnyHolder>)Tuple Fields of DraughtingCallout
ExternallyDefinedHatchStyle(Box<ExternallyDefinedHatchStyleHolder>)Tuple Fields of ExternallyDefinedHatchStyle
ExternallyDefinedTileStyle(Box<ExternallyDefinedTileStyleHolder>)Tuple Fields of ExternallyDefinedTileStyle
FillAreaStyleHatching(Box<FillAreaStyleHatchingHolder>)Tuple Fields of FillAreaStyleHatching
FillAreaStyleTileSymbolWithStyle(Box<FillAreaStyleTileSymbolWithStyleHolder>)Tuple Fields of FillAreaStyleTileSymbolWithStyle
FillAreaStyleTiles(Box<FillAreaStyleTilesHolder>)Tuple Fields of FillAreaStyleTiles
GeometricSet(Box<GeometricSetAnyHolder>)Tuple Fields of GeometricSet
OneDirectionRepeatFactor(Box<OneDirectionRepeatFactorAnyHolder>)Tuple Fields of OneDirectionRepeatFactor
Placement(Box<PlacementAnyHolder>)Tuple Fields of Placement
PlanarExtent(Box<PlanarExtentAnyHolder>)Tuple Fields of PlanarExtent
Point(Box<PointAnyHolder>)Tuple Fields of Point
0: Box<PointAnyHolder>SymbolTarget(Box<SymbolTargetHolder>)Tuple Fields of SymbolTarget
TextLiteral(Box<TextLiteralAnyHolder>)Tuple Fields of TextLiteral
Vector(Box<VectorHolder>)Tuple Fields of Vector
0: Box<VectorHolder>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<GeometricRepresentationItemAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<GeometricRepresentationItemAny>> + 'table>
Get owned entities as an iterator
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 Send for GeometricRepresentationItemAnyHolder
impl Sync for GeometricRepresentationItemAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more