Struct biome_js_syntax::TsExtendsClauseFields
source · pub struct TsExtendsClauseFields {
pub extends_token: SyntaxResult<JsSyntaxToken>,
pub types: TsTypeList,
}Fields§
§extends_token: SyntaxResult<JsSyntaxToken>§types: TsTypeListAuto Trait Implementations§
impl Freeze for TsExtendsClauseFields
impl RefUnwindSafe for TsExtendsClauseFields
impl !Send for TsExtendsClauseFields
impl !Sync for TsExtendsClauseFields
impl Unpin for TsExtendsClauseFields
impl UnwindSafe for TsExtendsClauseFields
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