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