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