Enum ruststep::ap203::config_control_design::PathAnyHolder [−][src]
pub enum PathAnyHolder {
Path(Box<PathHolder>),
EdgeLoop(Box<EdgeLoopHolder>),
OrientedPath(Box<OrientedPathHolder>),
}
Variants
Path(Box<PathHolder>)
Tuple Fields of Path
0: Box<PathHolder>
EdgeLoop(Box<EdgeLoopHolder>)
Tuple Fields of EdgeLoop
0: Box<EdgeLoopHolder>
OrientedPath(Box<OrientedPathHolder>)
Tuple Fields of OrientedPath
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 = PathAnyHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for PathAnyHolder
impl Send for PathAnyHolder
impl Sync for PathAnyHolder
impl Unpin for PathAnyHolder
impl UnwindSafe for PathAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more