[][src]Struct sixtyfps_compilerlib::parser::SyntaxNodeWithSourceFile

pub struct SyntaxNodeWithSourceFile {
    pub node: SyntaxNode,
    pub source_file: Option<SourceFile>,
}

Fields

node: SyntaxNodesource_file: Option<SourceFile>

Implementations

impl SyntaxNodeWithSourceFile[src]

Trait Implementations

impl Clone for SyntaxNodeWithSourceFile[src]

impl Debug for SyntaxNodeWithSourceFile[src]

impl From<Array> for SyntaxNodeWithSourceFile[src]

impl From<ArrayType> for SyntaxNodeWithSourceFile[src]

impl From<BangExpression> for SyntaxNodeWithSourceFile[src]

impl From<BinaryExpression> for SyntaxNodeWithSourceFile[src]

impl From<Binding> for SyntaxNodeWithSourceFile[src]

impl From<BindingExpression> for SyntaxNodeWithSourceFile[src]

impl From<ChildrenPlaceholder> for SyntaxNodeWithSourceFile[src]

impl From<CodeBlock> for SyntaxNodeWithSourceFile[src]

impl From<Component> for SyntaxNodeWithSourceFile[src]

impl From<ConditionalElement> for SyntaxNodeWithSourceFile[src]

impl From<ConditionalExpression> for SyntaxNodeWithSourceFile[src]

impl From<DeclaredIdentifier> for SyntaxNodeWithSourceFile[src]

impl From<Document> for SyntaxNodeWithSourceFile[src]

impl From<Element> for SyntaxNodeWithSourceFile[src]

impl From<ExportIdentifier> for SyntaxNodeWithSourceFile[src]

impl From<ExportName> for SyntaxNodeWithSourceFile[src]

impl From<ExportSpecifier> for SyntaxNodeWithSourceFile[src]

impl From<ExportsList> for SyntaxNodeWithSourceFile[src]

impl From<Expression> for SyntaxNodeWithSourceFile[src]

impl From<ExternalName> for SyntaxNodeWithSourceFile[src]

impl From<FunctionCallExpression> for SyntaxNodeWithSourceFile[src]

impl From<ImportIdentifier> for SyntaxNodeWithSourceFile[src]

impl From<ImportIdentifierList> for SyntaxNodeWithSourceFile[src]

impl From<ImportSpecifier> for SyntaxNodeWithSourceFile[src]

impl From<InternalName> for SyntaxNodeWithSourceFile[src]

impl From<ObjectLiteral> for SyntaxNodeWithSourceFile[src]

impl From<ObjectMember> for SyntaxNodeWithSourceFile[src]

impl From<ObjectType> for SyntaxNodeWithSourceFile[src]

impl From<ObjectTypeMember> for SyntaxNodeWithSourceFile[src]

impl From<PropertyAnimation> for SyntaxNodeWithSourceFile[src]

impl From<PropertyDeclaration> for SyntaxNodeWithSourceFile[src]

impl From<QualifiedName> for SyntaxNodeWithSourceFile[src]

impl From<RepeatedElement> for SyntaxNodeWithSourceFile[src]

impl From<RepeatedIndex> for SyntaxNodeWithSourceFile[src]

impl From<SelfAssignment> for SyntaxNodeWithSourceFile[src]

impl From<SignalConnection> for SyntaxNodeWithSourceFile[src]

impl From<SignalDeclaration> for SyntaxNodeWithSourceFile[src]

impl From<State> for SyntaxNodeWithSourceFile[src]

impl From<StatePropertyChange> for SyntaxNodeWithSourceFile[src]

impl From<States> for SyntaxNodeWithSourceFile[src]

impl From<SubElement> for SyntaxNodeWithSourceFile[src]

impl From<SyntaxNodeWithSourceFile> for Document[src]

impl From<SyntaxNodeWithSourceFile> for Component[src]

impl From<SyntaxNodeWithSourceFile> for PropertyAnimation[src]

impl From<SyntaxNodeWithSourceFile> for QualifiedName[src]

impl From<SyntaxNodeWithSourceFile> for DeclaredIdentifier[src]

impl From<SyntaxNodeWithSourceFile> for ChildrenPlaceholder[src]

impl From<SyntaxNodeWithSourceFile> for Binding[src]

impl From<SyntaxNodeWithSourceFile> for TwoWayBinding[src]

impl From<SyntaxNodeWithSourceFile> for BindingExpression[src]

impl From<SyntaxNodeWithSourceFile> for CodeBlock[src]

impl From<SyntaxNodeWithSourceFile> for Expression[src]

impl From<SyntaxNodeWithSourceFile> for BangExpression[src]

impl From<SyntaxNodeWithSourceFile> for SubElement[src]

impl From<SyntaxNodeWithSourceFile> for FunctionCallExpression[src]

impl From<SyntaxNodeWithSourceFile> for SelfAssignment[src]

impl From<SyntaxNodeWithSourceFile> for ConditionalExpression[src]

impl From<SyntaxNodeWithSourceFile> for BinaryExpression[src]

impl From<SyntaxNodeWithSourceFile> for UnaryOpExpression[src]

impl From<SyntaxNodeWithSourceFile> for Array[src]

impl From<SyntaxNodeWithSourceFile> for ObjectLiteral[src]

impl From<SyntaxNodeWithSourceFile> for ObjectMember[src]

impl From<SyntaxNodeWithSourceFile> for States[src]

impl From<SyntaxNodeWithSourceFile> for State[src]

impl From<SyntaxNodeWithSourceFile> for Element[src]

impl From<SyntaxNodeWithSourceFile> for StatePropertyChange[src]

impl From<SyntaxNodeWithSourceFile> for Transitions[src]

impl From<SyntaxNodeWithSourceFile> for Transition[src]

impl From<SyntaxNodeWithSourceFile> for ExportsList[src]

impl From<SyntaxNodeWithSourceFile> for ExportSpecifier[src]

impl From<SyntaxNodeWithSourceFile> for ExportIdentifier[src]

impl From<SyntaxNodeWithSourceFile> for ExportName[src]

impl From<SyntaxNodeWithSourceFile> for ImportSpecifier[src]

impl From<SyntaxNodeWithSourceFile> for ImportIdentifierList[src]

impl From<SyntaxNodeWithSourceFile> for ImportIdentifier[src]

impl From<SyntaxNodeWithSourceFile> for RepeatedElement[src]

impl From<SyntaxNodeWithSourceFile> for ExternalName[src]

impl From<SyntaxNodeWithSourceFile> for InternalName[src]

impl From<SyntaxNodeWithSourceFile> for Type[src]

impl From<SyntaxNodeWithSourceFile> for ObjectType[src]

impl From<SyntaxNodeWithSourceFile> for ObjectTypeMember[src]

impl From<SyntaxNodeWithSourceFile> for ArrayType[src]

impl From<SyntaxNodeWithSourceFile> for RepeatedIndex[src]

impl From<SyntaxNodeWithSourceFile> for ConditionalElement[src]

impl From<SyntaxNodeWithSourceFile> for SignalDeclaration[src]

impl From<SyntaxNodeWithSourceFile> for SignalConnection[src]

impl From<SyntaxNodeWithSourceFile> for PropertyDeclaration[src]

impl From<Transition> for SyntaxNodeWithSourceFile[src]

impl From<Transitions> for SyntaxNodeWithSourceFile[src]

impl From<TwoWayBinding> for SyntaxNodeWithSourceFile[src]

impl From<Type> for SyntaxNodeWithSourceFile[src]

impl From<UnaryOpExpression> for SyntaxNodeWithSourceFile[src]

impl Spanned for SyntaxNodeWithSourceFile[src]

impl SpannedWithSourceFile for SyntaxNodeWithSourceFile[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.