Type Alias biome_js_syntax::JsSyntaxNode

source ·
pub type JsSyntaxNode = SyntaxNode<JsLanguage>;

Aliased Type§

struct JsSyntaxNode { /* private fields */ }

Trait Implementations§

source§

impl From<AnyJsArrayAssignmentPatternElement> for JsSyntaxNode

source§

fn from(n: AnyJsArrayAssignmentPatternElement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsArrayBindingPatternElement> for JsSyntaxNode

source§

fn from(n: AnyJsArrayBindingPatternElement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsArrayElement> for JsSyntaxNode

source§

fn from(n: AnyJsArrayElement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsArrowFunctionParameters> for JsSyntaxNode

source§

fn from(n: AnyJsArrowFunctionParameters) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsAssignment> for JsSyntaxNode

source§

fn from(n: AnyJsAssignment) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsAssignmentPattern> for JsSyntaxNode

source§

fn from(n: AnyJsAssignmentPattern) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsBinding> for JsSyntaxNode

source§

fn from(n: AnyJsBinding) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsBindingPattern> for JsSyntaxNode

source§

fn from(n: AnyJsBindingPattern) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsCallArgument> for JsSyntaxNode

source§

fn from(n: AnyJsCallArgument) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsClass> for JsSyntaxNode

source§

fn from(n: AnyJsClass) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsClassMember> for JsSyntaxNode

source§

fn from(n: AnyJsClassMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsClassMemberName> for JsSyntaxNode

source§

fn from(n: AnyJsClassMemberName) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsCombinedSpecifier> for JsSyntaxNode

source§

fn from(n: AnyJsCombinedSpecifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsConstructorParameter> for JsSyntaxNode

source§

fn from(n: AnyJsConstructorParameter) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsDeclaration> for JsSyntaxNode

source§

fn from(n: AnyJsDeclaration) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsDeclarationClause> for JsSyntaxNode

source§

fn from(n: AnyJsDeclarationClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsDecorator> for JsSyntaxNode

source§

fn from(n: AnyJsDecorator) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsExportClause> for JsSyntaxNode

source§

fn from(n: AnyJsExportClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsExportDefaultDeclaration> for JsSyntaxNode

source§

fn from(n: AnyJsExportDefaultDeclaration) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsExportNamedSpecifier> for JsSyntaxNode

source§

fn from(n: AnyJsExportNamedSpecifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsExpression> for JsSyntaxNode

source§

fn from(n: AnyJsExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsForInOrOfInitializer> for JsSyntaxNode

source§

fn from(n: AnyJsForInOrOfInitializer) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsForInitializer> for JsSyntaxNode

source§

fn from(n: AnyJsForInitializer) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsFormalParameter> for JsSyntaxNode

source§

fn from(n: AnyJsFormalParameter) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsFunction> for JsSyntaxNode

source§

fn from(n: AnyJsFunction) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsFunctionBody> for JsSyntaxNode

source§

fn from(n: AnyJsFunctionBody) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsImportAssertionEntry> for JsSyntaxNode

source§

fn from(n: AnyJsImportAssertionEntry) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsImportClause> for JsSyntaxNode

source§

fn from(n: AnyJsImportClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsInProperty> for JsSyntaxNode

source§

fn from(n: AnyJsInProperty) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsLiteralExpression> for JsSyntaxNode

source§

fn from(n: AnyJsLiteralExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsMethodModifier> for JsSyntaxNode

source§

fn from(n: AnyJsMethodModifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsModuleItem> for JsSyntaxNode

source§

fn from(n: AnyJsModuleItem) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsName> for JsSyntaxNode

source§

fn from(n: AnyJsName) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsNamedImportSpecifier> for JsSyntaxNode

source§

fn from(n: AnyJsNamedImportSpecifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsObjectAssignmentPatternMember> for JsSyntaxNode

source§

fn from(n: AnyJsObjectAssignmentPatternMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsObjectBindingPatternMember> for JsSyntaxNode

source§

fn from(n: AnyJsObjectBindingPatternMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsObjectMember> for JsSyntaxNode

source§

fn from(n: AnyJsObjectMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsObjectMemberName> for JsSyntaxNode

source§

fn from(n: AnyJsObjectMemberName) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsParameter> for JsSyntaxNode

source§

fn from(n: AnyJsParameter) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsPropertyModifier> for JsSyntaxNode

source§

fn from(n: AnyJsPropertyModifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsRoot> for JsSyntaxNode

source§

fn from(n: AnyJsRoot) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsStatement> for JsSyntaxNode

source§

fn from(n: AnyJsStatement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsSwitchClause> for JsSyntaxNode

source§

fn from(n: AnyJsSwitchClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsTemplateElement> for JsSyntaxNode

source§

fn from(n: AnyJsTemplateElement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsxAttribute> for JsSyntaxNode

source§

fn from(n: AnyJsxAttribute) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsxAttributeName> for JsSyntaxNode

source§

fn from(n: AnyJsxAttributeName) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsxAttributeValue> for JsSyntaxNode

source§

fn from(n: AnyJsxAttributeValue) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsxChild> for JsSyntaxNode

source§

fn from(n: AnyJsxChild) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsxElementName> for JsSyntaxNode

source§

fn from(n: AnyJsxElementName) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsxName> for JsSyntaxNode

source§

fn from(n: AnyJsxName) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsxObjectName> for JsSyntaxNode

source§

fn from(n: AnyJsxObjectName) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyJsxTag> for JsSyntaxNode

source§

fn from(n: AnyJsxTag) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyTsExternalModuleDeclarationBody> for JsSyntaxNode

source§

fn from(n: AnyTsExternalModuleDeclarationBody) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyTsIndexSignatureModifier> for JsSyntaxNode

source§

fn from(n: AnyTsIndexSignatureModifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyTsMethodSignatureModifier> for JsSyntaxNode

source§

fn from(n: AnyTsMethodSignatureModifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyTsModuleName> for JsSyntaxNode

source§

fn from(n: AnyTsModuleName) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyTsModuleReference> for JsSyntaxNode

source§

fn from(n: AnyTsModuleReference) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyTsName> for JsSyntaxNode

source§

fn from(n: AnyTsName) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyTsPropertyAnnotation> for JsSyntaxNode

source§

fn from(n: AnyTsPropertyAnnotation) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyTsPropertyParameterModifier> for JsSyntaxNode

source§

fn from(n: AnyTsPropertyParameterModifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyTsPropertySignatureAnnotation> for JsSyntaxNode

source§

fn from(n: AnyTsPropertySignatureAnnotation) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyTsPropertySignatureModifier> for JsSyntaxNode

source§

fn from(n: AnyTsPropertySignatureModifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyTsReturnType> for JsSyntaxNode

source§

fn from(n: AnyTsReturnType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyTsTemplateElement> for JsSyntaxNode

source§

fn from(n: AnyTsTemplateElement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyTsTupleTypeElement> for JsSyntaxNode

source§

fn from(n: AnyTsTupleTypeElement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyTsType> for JsSyntaxNode

source§

fn from(n: AnyTsType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyTsTypeMember> for JsSyntaxNode

source§

fn from(n: AnyTsTypeMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyTsTypeParameterModifier> for JsSyntaxNode

source§

fn from(n: AnyTsTypeParameterModifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyTsTypePredicateParameterName> for JsSyntaxNode

source§

fn from(n: AnyTsTypePredicateParameterName) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<AnyTsVariableAnnotation> for JsSyntaxNode

source§

fn from(n: AnyTsVariableAnnotation) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsAccessorModifier> for JsSyntaxNode

source§

fn from(n: JsAccessorModifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsArrayAssignmentPattern> for JsSyntaxNode

source§

fn from(n: JsArrayAssignmentPattern) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsArrayAssignmentPatternElement> for JsSyntaxNode

source§

fn from(n: JsArrayAssignmentPatternElement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsArrayAssignmentPatternRestElement> for JsSyntaxNode

source§

fn from(n: JsArrayAssignmentPatternRestElement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsArrayBindingPattern> for JsSyntaxNode

source§

fn from(n: JsArrayBindingPattern) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsArrayBindingPatternElement> for JsSyntaxNode

source§

fn from(n: JsArrayBindingPatternElement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsArrayBindingPatternRestElement> for JsSyntaxNode

source§

fn from(n: JsArrayBindingPatternRestElement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsArrayExpression> for JsSyntaxNode

source§

fn from(n: JsArrayExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsArrayHole> for JsSyntaxNode

source§

fn from(n: JsArrayHole) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsArrowFunctionExpression> for JsSyntaxNode

source§

fn from(n: JsArrowFunctionExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsAssignmentExpression> for JsSyntaxNode

source§

fn from(n: JsAssignmentExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsAwaitExpression> for JsSyntaxNode

source§

fn from(n: JsAwaitExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsBigintLiteralExpression> for JsSyntaxNode

source§

fn from(n: JsBigintLiteralExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsBinaryExpression> for JsSyntaxNode

source§

fn from(n: JsBinaryExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsBlockStatement> for JsSyntaxNode

source§

fn from(n: JsBlockStatement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsBogus> for JsSyntaxNode

source§

fn from(n: JsBogus) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsBogusAssignment> for JsSyntaxNode

source§

fn from(n: JsBogusAssignment) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsBogusBinding> for JsSyntaxNode

source§

fn from(n: JsBogusBinding) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsBogusExpression> for JsSyntaxNode

source§

fn from(n: JsBogusExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsBogusImportAssertionEntry> for JsSyntaxNode

source§

fn from(n: JsBogusImportAssertionEntry) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsBogusMember> for JsSyntaxNode

source§

fn from(n: JsBogusMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsBogusNamedImportSpecifier> for JsSyntaxNode

source§

fn from(n: JsBogusNamedImportSpecifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsBogusParameter> for JsSyntaxNode

source§

fn from(n: JsBogusParameter) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsBogusStatement> for JsSyntaxNode

source§

fn from(n: JsBogusStatement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsBooleanLiteralExpression> for JsSyntaxNode

source§

fn from(n: JsBooleanLiteralExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsBreakStatement> for JsSyntaxNode

source§

fn from(n: JsBreakStatement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsCallArguments> for JsSyntaxNode

source§

fn from(n: JsCallArguments) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsCallExpression> for JsSyntaxNode

source§

fn from(n: JsCallExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsCaseClause> for JsSyntaxNode

source§

fn from(n: JsCaseClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsCatchClause> for JsSyntaxNode

source§

fn from(n: JsCatchClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsCatchDeclaration> for JsSyntaxNode

source§

fn from(n: JsCatchDeclaration) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsClassDeclaration> for JsSyntaxNode

source§

fn from(n: JsClassDeclaration) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsClassExportDefaultDeclaration> for JsSyntaxNode

source§

fn from(n: JsClassExportDefaultDeclaration) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsClassExpression> for JsSyntaxNode

source§

fn from(n: JsClassExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsComputedMemberAssignment> for JsSyntaxNode

source§

fn from(n: JsComputedMemberAssignment) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsComputedMemberExpression> for JsSyntaxNode

source§

fn from(n: JsComputedMemberExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsComputedMemberName> for JsSyntaxNode

source§

fn from(n: JsComputedMemberName) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsConditionalExpression> for JsSyntaxNode

source§

fn from(n: JsConditionalExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsConstructorClassMember> for JsSyntaxNode

source§

fn from(n: JsConstructorClassMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsConstructorParameters> for JsSyntaxNode

source§

fn from(n: JsConstructorParameters) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsContinueStatement> for JsSyntaxNode

source§

fn from(n: JsContinueStatement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsDebuggerStatement> for JsSyntaxNode

source§

fn from(n: JsDebuggerStatement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsDecorator> for JsSyntaxNode

source§

fn from(n: JsDecorator) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsDefaultClause> for JsSyntaxNode

source§

fn from(n: JsDefaultClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsDefaultImportSpecifier> for JsSyntaxNode

source§

fn from(n: JsDefaultImportSpecifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsDirective> for JsSyntaxNode

source§

fn from(n: JsDirective) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsDoWhileStatement> for JsSyntaxNode

source§

fn from(n: JsDoWhileStatement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsElseClause> for JsSyntaxNode

source§

fn from(n: JsElseClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsEmptyClassMember> for JsSyntaxNode

source§

fn from(n: JsEmptyClassMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsEmptyStatement> for JsSyntaxNode

source§

fn from(n: JsEmptyStatement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsExport> for JsSyntaxNode

source§

fn from(n: JsExport) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsExportAsClause> for JsSyntaxNode

source§

fn from(n: JsExportAsClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsExportDefaultDeclarationClause> for JsSyntaxNode

source§

fn from(n: JsExportDefaultDeclarationClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsExportDefaultExpressionClause> for JsSyntaxNode

source§

fn from(n: JsExportDefaultExpressionClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsExportFromClause> for JsSyntaxNode

source§

fn from(n: JsExportFromClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsExportNamedClause> for JsSyntaxNode

source§

fn from(n: JsExportNamedClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsExportNamedFromClause> for JsSyntaxNode

source§

fn from(n: JsExportNamedFromClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsExportNamedFromSpecifier> for JsSyntaxNode

source§

fn from(n: JsExportNamedFromSpecifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsExportNamedShorthandSpecifier> for JsSyntaxNode

source§

fn from(n: JsExportNamedShorthandSpecifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsExportNamedSpecifier> for JsSyntaxNode

source§

fn from(n: JsExportNamedSpecifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsExpressionSnipped> for JsSyntaxNode

source§

fn from(n: JsExpressionSnipped) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsExpressionStatement> for JsSyntaxNode

source§

fn from(n: JsExpressionStatement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsExtendsClause> for JsSyntaxNode

source§

fn from(n: JsExtendsClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsFinallyClause> for JsSyntaxNode

source§

fn from(n: JsFinallyClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsForInStatement> for JsSyntaxNode

source§

fn from(n: JsForInStatement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsForOfStatement> for JsSyntaxNode

source§

fn from(n: JsForOfStatement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsForStatement> for JsSyntaxNode

source§

fn from(n: JsForStatement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsForVariableDeclaration> for JsSyntaxNode

source§

fn from(n: JsForVariableDeclaration) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsFormalParameter> for JsSyntaxNode

source§

fn from(n: JsFormalParameter) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsFunctionBody> for JsSyntaxNode

source§

fn from(n: JsFunctionBody) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsFunctionDeclaration> for JsSyntaxNode

source§

fn from(n: JsFunctionDeclaration) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsFunctionExportDefaultDeclaration> for JsSyntaxNode

source§

fn from(n: JsFunctionExportDefaultDeclaration) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsFunctionExpression> for JsSyntaxNode

source§

fn from(n: JsFunctionExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsGetterClassMember> for JsSyntaxNode

source§

fn from(n: JsGetterClassMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsGetterObjectMember> for JsSyntaxNode

source§

fn from(n: JsGetterObjectMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsIdentifierAssignment> for JsSyntaxNode

source§

fn from(n: JsIdentifierAssignment) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsIdentifierBinding> for JsSyntaxNode

source§

fn from(n: JsIdentifierBinding) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsIdentifierExpression> for JsSyntaxNode

source§

fn from(n: JsIdentifierExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsIfStatement> for JsSyntaxNode

source§

fn from(n: JsIfStatement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsImport> for JsSyntaxNode

source§

fn from(n: JsImport) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsImportAssertion> for JsSyntaxNode

source§

fn from(n: JsImportAssertion) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsImportAssertionEntry> for JsSyntaxNode

source§

fn from(n: JsImportAssertionEntry) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsImportBareClause> for JsSyntaxNode

source§

fn from(n: JsImportBareClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsImportCallExpression> for JsSyntaxNode

source§

fn from(n: JsImportCallExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsImportCombinedClause> for JsSyntaxNode

source§

fn from(n: JsImportCombinedClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsImportDefaultClause> for JsSyntaxNode

source§

fn from(n: JsImportDefaultClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsImportMetaExpression> for JsSyntaxNode

source§

fn from(n: JsImportMetaExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsImportNamedClause> for JsSyntaxNode

source§

fn from(n: JsImportNamedClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsImportNamespaceClause> for JsSyntaxNode

source§

fn from(n: JsImportNamespaceClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsInExpression> for JsSyntaxNode

source§

fn from(n: JsInExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsInitializerClause> for JsSyntaxNode

source§

fn from(n: JsInitializerClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsInstanceofExpression> for JsSyntaxNode

source§

fn from(n: JsInstanceofExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsLabel> for JsSyntaxNode

source§

fn from(n: JsLabel) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsLabeledStatement> for JsSyntaxNode

source§

fn from(n: JsLabeledStatement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsLiteralExportName> for JsSyntaxNode

source§

fn from(n: JsLiteralExportName) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsLiteralMemberName> for JsSyntaxNode

source§

fn from(n: JsLiteralMemberName) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsLogicalExpression> for JsSyntaxNode

source§

fn from(n: JsLogicalExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsMethodClassMember> for JsSyntaxNode

source§

fn from(n: JsMethodClassMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsMethodObjectMember> for JsSyntaxNode

source§

fn from(n: JsMethodObjectMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsModule> for JsSyntaxNode

source§

fn from(n: JsModule) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsModuleSource> for JsSyntaxNode

source§

fn from(n: JsModuleSource) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsName> for JsSyntaxNode

source§

fn from(n: JsName) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsNamedImportSpecifier> for JsSyntaxNode

source§

fn from(n: JsNamedImportSpecifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsNamedImportSpecifiers> for JsSyntaxNode

source§

fn from(n: JsNamedImportSpecifiers) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsNamespaceImportSpecifier> for JsSyntaxNode

source§

fn from(n: JsNamespaceImportSpecifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsNewExpression> for JsSyntaxNode

source§

fn from(n: JsNewExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsNewTargetExpression> for JsSyntaxNode

source§

fn from(n: JsNewTargetExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsNullLiteralExpression> for JsSyntaxNode

source§

fn from(n: JsNullLiteralExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsNumberLiteralExpression> for JsSyntaxNode

source§

fn from(n: JsNumberLiteralExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsObjectAssignmentPattern> for JsSyntaxNode

source§

fn from(n: JsObjectAssignmentPattern) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsObjectAssignmentPatternProperty> for JsSyntaxNode

source§

fn from(n: JsObjectAssignmentPatternProperty) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsObjectAssignmentPatternRest> for JsSyntaxNode

source§

fn from(n: JsObjectAssignmentPatternRest) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsObjectAssignmentPatternShorthandProperty> for JsSyntaxNode

source§

fn from(n: JsObjectAssignmentPatternShorthandProperty) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsObjectBindingPattern> for JsSyntaxNode

source§

fn from(n: JsObjectBindingPattern) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsObjectBindingPatternProperty> for JsSyntaxNode

source§

fn from(n: JsObjectBindingPatternProperty) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsObjectBindingPatternRest> for JsSyntaxNode

source§

fn from(n: JsObjectBindingPatternRest) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsObjectBindingPatternShorthandProperty> for JsSyntaxNode

source§

fn from(n: JsObjectBindingPatternShorthandProperty) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsObjectExpression> for JsSyntaxNode

source§

fn from(n: JsObjectExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsParameters> for JsSyntaxNode

source§

fn from(n: JsParameters) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsParenthesizedAssignment> for JsSyntaxNode

source§

fn from(n: JsParenthesizedAssignment) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsParenthesizedExpression> for JsSyntaxNode

source§

fn from(n: JsParenthesizedExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsPostUpdateExpression> for JsSyntaxNode

source§

fn from(n: JsPostUpdateExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsPreUpdateExpression> for JsSyntaxNode

source§

fn from(n: JsPreUpdateExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsPrivateClassMemberName> for JsSyntaxNode

source§

fn from(n: JsPrivateClassMemberName) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsPrivateName> for JsSyntaxNode

source§

fn from(n: JsPrivateName) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsPropertyClassMember> for JsSyntaxNode

source§

fn from(n: JsPropertyClassMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsPropertyObjectMember> for JsSyntaxNode

source§

fn from(n: JsPropertyObjectMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsReferenceIdentifier> for JsSyntaxNode

source§

fn from(n: JsReferenceIdentifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsRegexLiteralExpression> for JsSyntaxNode

source§

fn from(n: JsRegexLiteralExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsRestParameter> for JsSyntaxNode

source§

fn from(n: JsRestParameter) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsReturnStatement> for JsSyntaxNode

source§

fn from(n: JsReturnStatement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsScript> for JsSyntaxNode

source§

fn from(n: JsScript) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsSequenceExpression> for JsSyntaxNode

source§

fn from(n: JsSequenceExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsSetterClassMember> for JsSyntaxNode

source§

fn from(n: JsSetterClassMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsSetterObjectMember> for JsSyntaxNode

source§

fn from(n: JsSetterObjectMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsShorthandNamedImportSpecifier> for JsSyntaxNode

source§

fn from(n: JsShorthandNamedImportSpecifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsShorthandPropertyObjectMember> for JsSyntaxNode

source§

fn from(n: JsShorthandPropertyObjectMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsSpread> for JsSyntaxNode

source§

fn from(n: JsSpread) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsStaticInitializationBlockClassMember> for JsSyntaxNode

source§

fn from(n: JsStaticInitializationBlockClassMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsStaticMemberAssignment> for JsSyntaxNode

source§

fn from(n: JsStaticMemberAssignment) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsStaticMemberExpression> for JsSyntaxNode

source§

fn from(n: JsStaticMemberExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsStaticModifier> for JsSyntaxNode

source§

fn from(n: JsStaticModifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsStringLiteralExpression> for JsSyntaxNode

source§

fn from(n: JsStringLiteralExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsSuperExpression> for JsSyntaxNode

source§

fn from(n: JsSuperExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsSwitchStatement> for JsSyntaxNode

source§

fn from(n: JsSwitchStatement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsTemplateChunkElement> for JsSyntaxNode

source§

fn from(n: JsTemplateChunkElement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsTemplateElement> for JsSyntaxNode

source§

fn from(n: JsTemplateElement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsTemplateExpression> for JsSyntaxNode

source§

fn from(n: JsTemplateExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsThisExpression> for JsSyntaxNode

source§

fn from(n: JsThisExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsThrowStatement> for JsSyntaxNode

source§

fn from(n: JsThrowStatement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsTryFinallyStatement> for JsSyntaxNode

source§

fn from(n: JsTryFinallyStatement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsTryStatement> for JsSyntaxNode

source§

fn from(n: JsTryStatement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsUnaryExpression> for JsSyntaxNode

source§

fn from(n: JsUnaryExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsVariableDeclaration> for JsSyntaxNode

source§

fn from(n: JsVariableDeclaration) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsVariableDeclarationClause> for JsSyntaxNode

source§

fn from(n: JsVariableDeclarationClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsVariableDeclarator> for JsSyntaxNode

source§

fn from(n: JsVariableDeclarator) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsVariableStatement> for JsSyntaxNode

source§

fn from(n: JsVariableStatement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsWhileStatement> for JsSyntaxNode

source§

fn from(n: JsWhileStatement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsWithStatement> for JsSyntaxNode

source§

fn from(n: JsWithStatement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsYieldArgument> for JsSyntaxNode

source§

fn from(n: JsYieldArgument) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsYieldExpression> for JsSyntaxNode

source§

fn from(n: JsYieldExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsxAttribute> for JsSyntaxNode

source§

fn from(n: JsxAttribute) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsxAttributeInitializerClause> for JsSyntaxNode

source§

fn from(n: JsxAttributeInitializerClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsxClosingElement> for JsSyntaxNode

source§

fn from(n: JsxClosingElement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsxClosingFragment> for JsSyntaxNode

source§

fn from(n: JsxClosingFragment) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsxElement> for JsSyntaxNode

source§

fn from(n: JsxElement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsxExpressionAttributeValue> for JsSyntaxNode

source§

fn from(n: JsxExpressionAttributeValue) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsxExpressionChild> for JsSyntaxNode

source§

fn from(n: JsxExpressionChild) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsxFragment> for JsSyntaxNode

source§

fn from(n: JsxFragment) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsxMemberName> for JsSyntaxNode

source§

fn from(n: JsxMemberName) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsxName> for JsSyntaxNode

source§

fn from(n: JsxName) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsxNamespaceName> for JsSyntaxNode

source§

fn from(n: JsxNamespaceName) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsxOpeningElement> for JsSyntaxNode

source§

fn from(n: JsxOpeningElement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsxOpeningFragment> for JsSyntaxNode

source§

fn from(n: JsxOpeningFragment) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsxReferenceIdentifier> for JsSyntaxNode

source§

fn from(n: JsxReferenceIdentifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsxSelfClosingElement> for JsSyntaxNode

source§

fn from(n: JsxSelfClosingElement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsxSpreadAttribute> for JsSyntaxNode

source§

fn from(n: JsxSpreadAttribute) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsxSpreadChild> for JsSyntaxNode

source§

fn from(n: JsxSpreadChild) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsxString> for JsSyntaxNode

source§

fn from(n: JsxString) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsxTagExpression> for JsSyntaxNode

source§

fn from(n: JsxTagExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<JsxText> for JsSyntaxNode

source§

fn from(n: JsxText) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsAbstractModifier> for JsSyntaxNode

source§

fn from(n: TsAbstractModifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsAccessibilityModifier> for JsSyntaxNode

source§

fn from(n: TsAccessibilityModifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsAnyType> for JsSyntaxNode

source§

fn from(n: TsAnyType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsArrayType> for JsSyntaxNode

source§

fn from(n: TsArrayType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsAsAssignment> for JsSyntaxNode

source§

fn from(n: TsAsAssignment) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsAsExpression> for JsSyntaxNode

source§

fn from(n: TsAsExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsAssertsCondition> for JsSyntaxNode

source§

fn from(n: TsAssertsCondition) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsAssertsReturnType> for JsSyntaxNode

source§

fn from(n: TsAssertsReturnType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsBigintLiteralType> for JsSyntaxNode

source§

fn from(n: TsBigintLiteralType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsBigintType> for JsSyntaxNode

source§

fn from(n: TsBigintType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsBogusType> for JsSyntaxNode

source§

fn from(n: TsBogusType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsBooleanLiteralType> for JsSyntaxNode

source§

fn from(n: TsBooleanLiteralType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsBooleanType> for JsSyntaxNode

source§

fn from(n: TsBooleanType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsCallSignatureTypeMember> for JsSyntaxNode

source§

fn from(n: TsCallSignatureTypeMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsConditionalType> for JsSyntaxNode

source§

fn from(n: TsConditionalType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsConstModifier> for JsSyntaxNode

source§

fn from(n: TsConstModifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsConstructSignatureTypeMember> for JsSyntaxNode

source§

fn from(n: TsConstructSignatureTypeMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsConstructorSignatureClassMember> for JsSyntaxNode

source§

fn from(n: TsConstructorSignatureClassMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsConstructorType> for JsSyntaxNode

source§

fn from(n: TsConstructorType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsDeclareFunctionDeclaration> for JsSyntaxNode

source§

fn from(n: TsDeclareFunctionDeclaration) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsDeclareFunctionExportDefaultDeclaration> for JsSyntaxNode

source§

fn from(n: TsDeclareFunctionExportDefaultDeclaration) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsDeclareModifier> for JsSyntaxNode

source§

fn from(n: TsDeclareModifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsDeclareStatement> for JsSyntaxNode

source§

fn from(n: TsDeclareStatement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsDefaultTypeClause> for JsSyntaxNode

source§

fn from(n: TsDefaultTypeClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsDefinitePropertyAnnotation> for JsSyntaxNode

source§

fn from(n: TsDefinitePropertyAnnotation) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsDefiniteVariableAnnotation> for JsSyntaxNode

source§

fn from(n: TsDefiniteVariableAnnotation) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsEmptyExternalModuleDeclarationBody> for JsSyntaxNode

source§

fn from(n: TsEmptyExternalModuleDeclarationBody) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsEnumDeclaration> for JsSyntaxNode

source§

fn from(n: TsEnumDeclaration) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsEnumMember> for JsSyntaxNode

source§

fn from(n: TsEnumMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsExportAsNamespaceClause> for JsSyntaxNode

source§

fn from(n: TsExportAsNamespaceClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsExportAssignmentClause> for JsSyntaxNode

source§

fn from(n: TsExportAssignmentClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsExportDeclareClause> for JsSyntaxNode

source§

fn from(n: TsExportDeclareClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsExtendsClause> for JsSyntaxNode

source§

fn from(n: TsExtendsClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsExternalModuleDeclaration> for JsSyntaxNode

source§

fn from(n: TsExternalModuleDeclaration) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsExternalModuleReference> for JsSyntaxNode

source§

fn from(n: TsExternalModuleReference) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsFunctionType> for JsSyntaxNode

source§

fn from(n: TsFunctionType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsGetterSignatureClassMember> for JsSyntaxNode

source§

fn from(n: TsGetterSignatureClassMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsGetterSignatureTypeMember> for JsSyntaxNode

source§

fn from(n: TsGetterSignatureTypeMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsGlobalDeclaration> for JsSyntaxNode

source§

fn from(n: TsGlobalDeclaration) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsIdentifierBinding> for JsSyntaxNode

source§

fn from(n: TsIdentifierBinding) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsImplementsClause> for JsSyntaxNode

source§

fn from(n: TsImplementsClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsImportEqualsDeclaration> for JsSyntaxNode

source§

fn from(n: TsImportEqualsDeclaration) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsImportType> for JsSyntaxNode

source§

fn from(n: TsImportType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsImportTypeQualifier> for JsSyntaxNode

source§

fn from(n: TsImportTypeQualifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsInModifier> for JsSyntaxNode

source§

fn from(n: TsInModifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsIndexSignatureClassMember> for JsSyntaxNode

source§

fn from(n: TsIndexSignatureClassMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsIndexSignatureParameter> for JsSyntaxNode

source§

fn from(n: TsIndexSignatureParameter) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsIndexSignatureTypeMember> for JsSyntaxNode

source§

fn from(n: TsIndexSignatureTypeMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsIndexedAccessType> for JsSyntaxNode

source§

fn from(n: TsIndexedAccessType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsInferType> for JsSyntaxNode

source§

fn from(n: TsInferType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsInitializedPropertySignatureClassMember> for JsSyntaxNode

source§

fn from(n: TsInitializedPropertySignatureClassMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsInstantiationExpression> for JsSyntaxNode

source§

fn from(n: TsInstantiationExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsInterfaceDeclaration> for JsSyntaxNode

source§

fn from(n: TsInterfaceDeclaration) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsIntersectionType> for JsSyntaxNode

source§

fn from(n: TsIntersectionType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsMappedType> for JsSyntaxNode

source§

fn from(n: TsMappedType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsMappedTypeAsClause> for JsSyntaxNode

source§

fn from(n: TsMappedTypeAsClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsMappedTypeOptionalModifierClause> for JsSyntaxNode

source§

fn from(n: TsMappedTypeOptionalModifierClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsMappedTypeReadonlyModifierClause> for JsSyntaxNode

source§

fn from(n: TsMappedTypeReadonlyModifierClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsMethodSignatureClassMember> for JsSyntaxNode

source§

fn from(n: TsMethodSignatureClassMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsMethodSignatureTypeMember> for JsSyntaxNode

source§

fn from(n: TsMethodSignatureTypeMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsModuleBlock> for JsSyntaxNode

source§

fn from(n: TsModuleBlock) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsModuleDeclaration> for JsSyntaxNode

source§

fn from(n: TsModuleDeclaration) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsNameWithTypeArguments> for JsSyntaxNode

source§

fn from(n: TsNameWithTypeArguments) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsNamedTupleTypeElement> for JsSyntaxNode

source§

fn from(n: TsNamedTupleTypeElement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsNeverType> for JsSyntaxNode

source§

fn from(n: TsNeverType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsNonNullAssertionAssignment> for JsSyntaxNode

source§

fn from(n: TsNonNullAssertionAssignment) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsNonNullAssertionExpression> for JsSyntaxNode

source§

fn from(n: TsNonNullAssertionExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsNonPrimitiveType> for JsSyntaxNode

source§

fn from(n: TsNonPrimitiveType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsNullLiteralType> for JsSyntaxNode

source§

fn from(n: TsNullLiteralType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsNumberLiteralType> for JsSyntaxNode

source§

fn from(n: TsNumberLiteralType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsNumberType> for JsSyntaxNode

source§

fn from(n: TsNumberType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsObjectType> for JsSyntaxNode

source§

fn from(n: TsObjectType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsOptionalPropertyAnnotation> for JsSyntaxNode

source§

fn from(n: TsOptionalPropertyAnnotation) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsOptionalTupleTypeElement> for JsSyntaxNode

source§

fn from(n: TsOptionalTupleTypeElement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsOutModifier> for JsSyntaxNode

source§

fn from(n: TsOutModifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsOverrideModifier> for JsSyntaxNode

source§

fn from(n: TsOverrideModifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsParenthesizedType> for JsSyntaxNode

source§

fn from(n: TsParenthesizedType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsPredicateReturnType> for JsSyntaxNode

source§

fn from(n: TsPredicateReturnType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsPropertyParameter> for JsSyntaxNode

source§

fn from(n: TsPropertyParameter) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsPropertySignatureClassMember> for JsSyntaxNode

source§

fn from(n: TsPropertySignatureClassMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsPropertySignatureTypeMember> for JsSyntaxNode

source§

fn from(n: TsPropertySignatureTypeMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsQualifiedModuleName> for JsSyntaxNode

source§

fn from(n: TsQualifiedModuleName) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsQualifiedName> for JsSyntaxNode

source§

fn from(n: TsQualifiedName) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsReadonlyModifier> for JsSyntaxNode

source§

fn from(n: TsReadonlyModifier) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsReferenceType> for JsSyntaxNode

source§

fn from(n: TsReferenceType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsRestTupleTypeElement> for JsSyntaxNode

source§

fn from(n: TsRestTupleTypeElement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsReturnTypeAnnotation> for JsSyntaxNode

source§

fn from(n: TsReturnTypeAnnotation) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsSatisfiesAssignment> for JsSyntaxNode

source§

fn from(n: TsSatisfiesAssignment) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsSatisfiesExpression> for JsSyntaxNode

source§

fn from(n: TsSatisfiesExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsSetterSignatureClassMember> for JsSyntaxNode

source§

fn from(n: TsSetterSignatureClassMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsSetterSignatureTypeMember> for JsSyntaxNode

source§

fn from(n: TsSetterSignatureTypeMember) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsStringLiteralType> for JsSyntaxNode

source§

fn from(n: TsStringLiteralType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsStringType> for JsSyntaxNode

source§

fn from(n: TsStringType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsSymbolType> for JsSyntaxNode

source§

fn from(n: TsSymbolType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsTemplateChunkElement> for JsSyntaxNode

source§

fn from(n: TsTemplateChunkElement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsTemplateElement> for JsSyntaxNode

source§

fn from(n: TsTemplateElement) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsTemplateLiteralType> for JsSyntaxNode

source§

fn from(n: TsTemplateLiteralType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsThisParameter> for JsSyntaxNode

source§

fn from(n: TsThisParameter) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsThisType> for JsSyntaxNode

source§

fn from(n: TsThisType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsTupleType> for JsSyntaxNode

source§

fn from(n: TsTupleType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsTypeAliasDeclaration> for JsSyntaxNode

source§

fn from(n: TsTypeAliasDeclaration) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsTypeAnnotation> for JsSyntaxNode

source§

fn from(n: TsTypeAnnotation) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsTypeArguments> for JsSyntaxNode

source§

fn from(n: TsTypeArguments) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsTypeAssertionAssignment> for JsSyntaxNode

source§

fn from(n: TsTypeAssertionAssignment) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsTypeAssertionExpression> for JsSyntaxNode

source§

fn from(n: TsTypeAssertionExpression) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsTypeConstraintClause> for JsSyntaxNode

source§

fn from(n: TsTypeConstraintClause) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsTypeOperatorType> for JsSyntaxNode

source§

fn from(n: TsTypeOperatorType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsTypeParameter> for JsSyntaxNode

source§

fn from(n: TsTypeParameter) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsTypeParameterName> for JsSyntaxNode

source§

fn from(n: TsTypeParameterName) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsTypeParameters> for JsSyntaxNode

source§

fn from(n: TsTypeParameters) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsTypeofType> for JsSyntaxNode

source§

fn from(n: TsTypeofType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsUndefinedType> for JsSyntaxNode

source§

fn from(n: TsUndefinedType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsUnionType> for JsSyntaxNode

source§

fn from(n: TsUnionType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsUnknownType> for JsSyntaxNode

source§

fn from(n: TsUnknownType) -> SyntaxNode

Converts to this type from the input type.
source§

impl From<TsVoidType> for JsSyntaxNode

source§

fn from(n: TsVoidType) -> SyntaxNode

Converts to this type from the input type.