Enum ruststep::ap203::config_control_design::PointAnyHolder [−][src]
pub enum PointAnyHolder {
Point(Box<PointHolder>),
CartesianPoint(Box<CartesianPointHolder>),
DegeneratePcurve(Box<DegeneratePcurveAnyHolder>),
PointOnCurve(Box<PointOnCurveHolder>),
PointOnSurface(Box<PointOnSurfaceHolder>),
PointReplica(Box<PointReplicaHolder>),
}
Variants
Point(Box<PointHolder>)
Tuple Fields of Point
0: Box<PointHolder>
CartesianPoint(Box<CartesianPointHolder>)
Tuple Fields of CartesianPoint
DegeneratePcurve(Box<DegeneratePcurveAnyHolder>)
Tuple Fields of DegeneratePcurve
PointOnCurve(Box<PointOnCurveHolder>)
Tuple Fields of PointOnCurve
PointOnSurface(Box<PointOnSurfaceHolder>)
Tuple Fields of PointOnSurface
PointReplica(Box<PointReplicaHolder>)
Tuple Fields of PointReplica
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = PointAnyHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for PointAnyHolder
impl Send for PointAnyHolder
impl Sync for PointAnyHolder
impl Unpin for PointAnyHolder
impl UnwindSafe for PointAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more