Struct elite::ast::EliteAST[][src]

pub struct EliteAST {
Show fields pub ast_set: String, pub ast_as: String, pub ast_is: String, pub ast_for: String, pub ast_print: String, pub ast_println: String, pub ast_use: String, pub ast_if: String, pub ast_required_version: String, pub ast_left_parenthese: String, pub ast_right_parenthese: String, pub ast_square_left_bracket: String, pub ast_square_right_bracket: String, pub ast_for_use: Vec<String>, pub ast_for_functions_arguments: Vec<String>, pub ast_for_use_arguments: Vec<String>, pub syntax_list: HashMap<String, EliteKeywords>, pub ast_for_functions: HashMap<String, EliteASTForFunctions>, pub ast_for_specific_targets: HashMap<String, EliteASTForSpecificTargets>, pub ast_if_functions: HashMap<String, EliteASTIfFunctions>, pub ast_use_functions: HashMap<String, EliteASTUseFunctions>, pub ast_use_list: HashMap<String, EliteASTUseArguments>,
}

Fields

ast_set: Stringast_as: Stringast_is: Stringast_for: Stringast_print: Stringast_println: Stringast_use: Stringast_if: Stringast_required_version: Stringast_left_parenthese: Stringast_right_parenthese: Stringast_square_left_bracket: Stringast_square_right_bracket: Stringast_for_use: Vec<String>ast_for_functions_arguments: Vec<String>ast_for_use_arguments: Vec<String>syntax_list: HashMap<String, EliteKeywords>ast_for_functions: HashMap<String, EliteASTForFunctions>ast_for_specific_targets: HashMap<String, EliteASTForSpecificTargets>ast_if_functions: HashMap<String, EliteASTIfFunctions>ast_use_functions: HashMap<String, EliteASTUseFunctions>ast_use_list: HashMap<String, EliteASTUseArguments>

Implementations

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.