Struct biome_js_syntax::TsConstructorTypeFields
source · pub struct TsConstructorTypeFields {
pub abstract_token: Option<JsSyntaxToken>,
pub new_token: SyntaxResult<JsSyntaxToken>,
pub type_parameters: Option<TsTypeParameters>,
pub parameters: SyntaxResult<JsParameters>,
pub fat_arrow_token: SyntaxResult<JsSyntaxToken>,
pub return_type: SyntaxResult<AnyTsType>,
}Fields§
§abstract_token: Option<JsSyntaxToken>§new_token: SyntaxResult<JsSyntaxToken>§type_parameters: Option<TsTypeParameters>§parameters: SyntaxResult<JsParameters>§fat_arrow_token: SyntaxResult<JsSyntaxToken>§return_type: SyntaxResult<AnyTsType>Auto Trait Implementations§
impl RefUnwindSafe for TsConstructorTypeFields
impl !Send for TsConstructorTypeFields
impl !Sync for TsConstructorTypeFields
impl Unpin for TsConstructorTypeFields
impl UnwindSafe for TsConstructorTypeFields
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