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