Struct biome_js_syntax::JsBreakStatementFields
source · pub struct JsBreakStatementFields {
pub break_token: SyntaxResult<JsSyntaxToken>,
pub label: Option<JsLabel>,
pub semicolon_token: Option<JsSyntaxToken>,
}Fields§
§break_token: SyntaxResult<JsSyntaxToken>§label: Option<JsLabel>§semicolon_token: Option<JsSyntaxToken>Auto Trait Implementations§
impl RefUnwindSafe for JsBreakStatementFields
impl !Send for JsBreakStatementFields
impl !Sync for JsBreakStatementFields
impl Unpin for JsBreakStatementFields
impl UnwindSafe for JsBreakStatementFields
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