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