Enum ruststep::ap203::config_control_design::ConicAnyHolder [−][src]
pub enum ConicAnyHolder {
Conic(Box<ConicHolder>),
Circle(Box<CircleHolder>),
Ellipse(Box<EllipseHolder>),
Hyperbola(Box<HyperbolaHolder>),
Parabola(Box<ParabolaHolder>),
}
Variants
Conic(Box<ConicHolder>)
Tuple Fields of Conic
0: Box<ConicHolder>
Circle(Box<CircleHolder>)
Tuple Fields of Circle
0: Box<CircleHolder>
Ellipse(Box<EllipseHolder>)
Tuple Fields of Ellipse
0: Box<EllipseHolder>
Hyperbola(Box<HyperbolaHolder>)
Tuple Fields of Hyperbola
0: Box<HyperbolaHolder>
Parabola(Box<ParabolaHolder>)
Tuple Fields of Parabola
0: Box<ParabolaHolder>
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 = ConicAnyHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for ConicAnyHolder
impl Send for ConicAnyHolder
impl Sync for ConicAnyHolder
impl Unpin for ConicAnyHolder
impl UnwindSafe for ConicAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more