pub struct TemplateLiteral<'a> {
pub elements: Vec<'a, TemplateLiteralElement<'a>>,
pub loc: SourceLocation,
}Expand description
Template literal
Fields§
§elements: Vec<'a, TemplateLiteralElement<'a>>§loc: SourceLocationImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for TemplateLiteral<'a>
impl<'a> !Send for TemplateLiteral<'a>
impl<'a> !Sync for TemplateLiteral<'a>
impl<'a> !UnwindSafe for TemplateLiteral<'a>
impl<'a> Freeze for TemplateLiteral<'a>
impl<'a> Unpin for TemplateLiteral<'a>
impl<'a> UnsafeUnpin for TemplateLiteral<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more