pub struct TemplateLiteral {
pub literal: String,
}
Fields§
§literal: String
Auto Trait Implementations§
impl Freeze for TemplateLiteral
impl RefUnwindSafe for TemplateLiteral
impl Send for TemplateLiteral
impl Sync for TemplateLiteral
impl Unpin for TemplateLiteral
impl UnwindSafe for TemplateLiteral
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