pub struct JsTemplateChunkElementFields {
pub template_chunk_token: SyntaxResult<JsSyntaxToken>,
}Fields§
§template_chunk_token: SyntaxResult<JsSyntaxToken>Auto Trait Implementations§
impl RefUnwindSafe for JsTemplateChunkElementFields
impl !Send for JsTemplateChunkElementFields
impl !Sync for JsTemplateChunkElementFields
impl Unpin for JsTemplateChunkElementFields
impl UnwindSafe for JsTemplateChunkElementFields
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