pub struct JsVariableDeclarationFields {
pub await_token: Option<JsSyntaxToken>,
pub kind: SyntaxResult<JsSyntaxToken>,
pub declarators: JsVariableDeclaratorList,
}Fields§
§await_token: Option<JsSyntaxToken>§kind: SyntaxResult<JsSyntaxToken>§declarators: JsVariableDeclaratorListAuto Trait Implementations§
impl RefUnwindSafe for JsVariableDeclarationFields
impl !Send for JsVariableDeclarationFields
impl !Sync for JsVariableDeclarationFields
impl Unpin for JsVariableDeclarationFields
impl UnwindSafe for JsVariableDeclarationFields
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