Struct biome_js_syntax::TsTypeofTypeFields
source · pub struct TsTypeofTypeFields {
pub typeof_token: SyntaxResult<JsSyntaxToken>,
pub expression_name: SyntaxResult<AnyTsName>,
pub type_arguments: Option<TsTypeArguments>,
}Fields§
§typeof_token: SyntaxResult<JsSyntaxToken>§expression_name: SyntaxResult<AnyTsName>§type_arguments: Option<TsTypeArguments>Auto Trait Implementations§
impl RefUnwindSafe for TsTypeofTypeFields
impl !Send for TsTypeofTypeFields
impl !Sync for TsTypeofTypeFields
impl Unpin for TsTypeofTypeFields
impl UnwindSafe for TsTypeofTypeFields
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