Enum boa::syntax::ast::node::template::TemplateElement [−][src]
Variants
Expr(Node)Tuple Fields of Expr
0: NodeTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Runs Finalize::finalize() on this object and all contained subobjects Read more
Auto Trait Implementations
impl !RefUnwindSafe for TemplateElement
impl !Send for TemplateElement
impl !Sync for TemplateElement
impl Unpin for TemplateElement
impl UnwindSafe for TemplateElement
Blanket Implementations
Mutably borrows from an owned value. Read more