Struct espr::ir::Enumeration [−][src]
Expand description
Enumeration of values,
e.g. TYPE text_path = ENUMERATION OF (up, right, down, left); END_TYPE;
Fields
id: Stringitems: Vec<String>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Enumeration
impl Send for Enumeration
impl Sync for Enumeration
impl Unpin for Enumeration
impl UnwindSafe for Enumeration
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a Span covering the complete contents of this syntax tree
node, or Span::call_site() if this node is empty. Read more