Struct biome_js_syntax::TsInferTypeFields
source · pub struct TsInferTypeFields {
pub infer_token: SyntaxResult<JsSyntaxToken>,
pub name: SyntaxResult<TsTypeParameterName>,
pub constraint: Option<TsTypeConstraintClause>,
}Fields§
§infer_token: SyntaxResult<JsSyntaxToken>§name: SyntaxResult<TsTypeParameterName>§constraint: Option<TsTypeConstraintClause>Auto Trait Implementations§
impl RefUnwindSafe for TsInferTypeFields
impl !Send for TsInferTypeFields
impl !Sync for TsInferTypeFields
impl Unpin for TsInferTypeFields
impl UnwindSafe for TsInferTypeFields
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