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