Struct subscript_compiler::backend::ast::Tag [−][src]
pub struct Tag<'a> { pub name: Atom<'a>, pub parameters: Option<Vec<Ast<'a>>>, pub children: Vec<Ast<'a>>, pub rewrite_rules: Vec<RewriteRule<Ast<'a>>>, }
Fields
name: Atom<'a>
parameters: Option<Vec<Ast<'a>>>
children: Vec<Ast<'a>>
Each child node generally should be an Enclosure
(with the CurlyBrace
kind).
Until perhaps the codegen.
rewrite_rules: Vec<RewriteRule<Ast<'a>>>
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Tag<'a>
impl<'a> UnwindSafe for Tag<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more