Struct dot_parser::ast::NodeID [−][src]
Expand description
This structure corresponds to the node_id
non-terminal of the grammar.
If contains the identifier of the node, and possibly a port.
Fields
id: &'a str
The identifier of the node.
port: Option<Port<'a>>
The port of the node, if any.
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more