Struct espr::ast::SyntaxTree [−][src]
Expand description
Entire syntax tree parsed from EXPRESS Language string
Fields
schemas: Vec<Schema>
remarks: Vec<Remark>
Implementations
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 SyntaxTree
impl Send for SyntaxTree
impl Sync for SyntaxTree
impl Unpin for SyntaxTree
impl UnwindSafe for SyntaxTree
Blanket Implementations
Mutably borrows from an owned value. Read more