Struct biome_js_syntax::JsCallArgumentsFields
source · pub struct JsCallArgumentsFields {
pub l_paren_token: SyntaxResult<JsSyntaxToken>,
pub args: JsCallArgumentList,
pub r_paren_token: SyntaxResult<JsSyntaxToken>,
}Fields§
§l_paren_token: SyntaxResult<JsSyntaxToken>§args: JsCallArgumentList§r_paren_token: SyntaxResult<JsSyntaxToken>Auto Trait Implementations§
impl RefUnwindSafe for JsCallArgumentsFields
impl !Send for JsCallArgumentsFields
impl !Sync for JsCallArgumentsFields
impl Unpin for JsCallArgumentsFields
impl UnwindSafe for JsCallArgumentsFields
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