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