Enum ruststep::ap203::config_control_design::CompositeCurveOnSurfaceAny [−][src]
pub enum CompositeCurveOnSurfaceAny {
CompositeCurveOnSurface(Box<CompositeCurveOnSurface>),
BoundaryCurve(Box<BoundaryCurveAny>),
}
Variants
CompositeCurveOnSurface(Box<CompositeCurveOnSurface>)
Tuple Fields of CompositeCurveOnSurface
BoundaryCurve(Box<BoundaryCurveAny>)
Tuple Fields of BoundaryCurve
0: Box<BoundaryCurveAny>
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 CompositeCurveOnSurfaceAny
impl Send for CompositeCurveOnSurfaceAny
impl Sync for CompositeCurveOnSurfaceAny
impl Unpin for CompositeCurveOnSurfaceAny
impl UnwindSafe for CompositeCurveOnSurfaceAny
Blanket Implementations
Mutably borrows from an owned value. Read more