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