Enum dot_structures::Id [−][src]
Expand description
the component represents a id in the language. The Anonymous is a virtual component to keep the other components consistent in case when a node or subgraph is anonymous
Variants
Html(String)Tuple Fields of Html
0: StringEscaped(String)Tuple Fields of Escaped
0: StringPlain(String)Tuple Fields of Plain
0: StringAnonymous(String)Tuple Fields of Anonymous
0: StringTrait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more