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