Struct ruststep::ap203::config_control_design::VertexHolder [−][src]
pub struct VertexHolder {
pub topological_representation_item: PlaceHolder<TopologicalRepresentationItemHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
topological_representation_item: PlaceHolder<TopologicalRepresentationItemHolder>
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 = VertexHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for VertexHolder
impl Send for VertexHolder
impl Sync for VertexHolder
impl Unpin for VertexHolder
impl UnwindSafe for VertexHolder
Blanket Implementations
Mutably borrows from an owned value. Read more