Struct biome_js_syntax::JsFunctionBodyFields
source · pub struct JsFunctionBodyFields {
pub l_curly_token: SyntaxResult<JsSyntaxToken>,
pub directives: JsDirectiveList,
pub statements: JsStatementList,
pub r_curly_token: SyntaxResult<JsSyntaxToken>,
}Fields§
§l_curly_token: SyntaxResult<JsSyntaxToken>§directives: JsDirectiveList§statements: JsStatementList§r_curly_token: SyntaxResult<JsSyntaxToken>Auto Trait Implementations§
impl RefUnwindSafe for JsFunctionBodyFields
impl !Send for JsFunctionBodyFields
impl !Sync for JsFunctionBodyFields
impl Unpin for JsFunctionBodyFields
impl UnwindSafe for JsFunctionBodyFields
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