Enum ruststep::ap203::config_control_design::VertexAnyHolder [−][src]
pub enum VertexAnyHolder {
Vertex(Box<VertexHolder>),
VertexPoint(Box<VertexPointHolder>),
}
Variants
Vertex(Box<VertexHolder>)
Tuple Fields of Vertex
0: Box<VertexHolder>
VertexPoint(Box<VertexPointHolder>)
Tuple Fields of VertexPoint
0: Box<VertexPointHolder>
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 = VertexAnyHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for VertexAnyHolder
impl Send for VertexAnyHolder
impl Sync for VertexAnyHolder
impl Unpin for VertexAnyHolder
impl UnwindSafe for VertexAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more