Struct swc_ecma_ast::Tpl
source · [−]Fields
span: Span
exprs: Vec<Box<Expr>>
quasis: Vec<TplElement>
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Tpl
impl<'de> Deserialize<'de> for Tpl
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl EqIgnoreSpan for Tpl
impl EqIgnoreSpan for Tpl
fn eq_ignore_span(&self, other: &Self) -> bool
impl Eq for Tpl
impl StructuralEq for Tpl
impl StructuralPartialEq for Tpl
Auto Trait Implementations
impl RefUnwindSafe for Tpl
impl Send for Tpl
impl Sync for Tpl
impl Unpin for Tpl
impl UnwindSafe for Tpl
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more