Struct tree_sitter_graph::ast::UnscopedVariable [−][src]
pub struct UnscopedVariable {
pub name: Identifier,
}Expand description
A reference to a global or local variable
Fields
name: IdentifierTrait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.