Enum dot_structures::Stmt [−][src]
pub enum Stmt {
Node(Node),
Subgraph(Subgraph),
Attribute(Attribute),
GAttribute(GraphAttributes),
Edge(Edge),
}Expand description
the component represents a wrapper to keep sustainability in subgraph and graph bodies.
Variants
Node(Node)Tuple Fields of Node
0: NodeSubgraph(Subgraph)Tuple Fields of Subgraph
0: SubgraphAttribute(Attribute)Tuple Fields of Attribute
0: AttributeGAttribute(GraphAttributes)Tuple Fields of GAttribute
Edge(Edge)Tuple Fields of Edge
0: EdgeTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Stmt
impl UnwindSafe for Stmt
Blanket Implementations
Mutably borrows from an owned value. Read more