Struct boa::syntax::ast::node::template::TemplateLit [−][src]
pub struct TemplateLit { /* fields omitted */ }Expand description
Template literals are string literals allowing embedded expressions.
More information:
Implementations
Trait 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 TemplateLit
impl !Send for TemplateLit
impl !Sync for TemplateLit
impl Unpin for TemplateLit
impl UnwindSafe for TemplateLit
Blanket Implementations
Mutably borrows from an owned value. Read more