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