Enum ruststep::ap203::config_control_design::VertexAny [−][src]
pub enum VertexAny {
Vertex(Box<Vertex>),
VertexPoint(Box<VertexPoint>),
}
Variants
VertexPoint(Box<VertexPoint>)
Tuple Fields of VertexPoint
0: Box<VertexPoint>
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for VertexAny
impl UnwindSafe for VertexAny
Blanket Implementations
Mutably borrows from an owned value. Read more