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