Struct biome_js_syntax::JsCatchClauseFields
source · pub struct JsCatchClauseFields {
pub catch_token: SyntaxResult<JsSyntaxToken>,
pub declaration: Option<JsCatchDeclaration>,
pub body: SyntaxResult<JsBlockStatement>,
}Fields§
§catch_token: SyntaxResult<JsSyntaxToken>§declaration: Option<JsCatchDeclaration>§body: SyntaxResult<JsBlockStatement>Auto Trait Implementations§
impl RefUnwindSafe for JsCatchClauseFields
impl !Send for JsCatchClauseFields
impl !Sync for JsCatchClauseFields
impl Unpin for JsCatchClauseFields
impl UnwindSafe for JsCatchClauseFields
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