pub enum Rule {
Show 123 variants WHITESPACE, COMMENT, decl, program, inner, char, name, scalar_type, ref_type, value, random, indirect_set_query, set_query, proc_call, proc_param_list, proc_param, proc_reference, make_set_query, empty_query, rect_query, circle_query, line_query, union_query, intersect_query, diff_query, shrink_query, expand_query, bool_value, number, text_value, inner_text, array_accessor, field_accessor, identifier, general_accessor, symbol, any_char, tag_decl, state_decl, event_decl, unique_decl, proc_decl, datatype, field, type_member_list, type_member, component_call_list, component_call, component_arg_list, negated_call_site, toggled_call_site, call_site, simple_call_site, complex_call_site, unique_call, arg_member_list, arg_member, owner_name, comp_name, system_title, system_title_name, system_priority, priority, system_decl, block, statements, statement, debug_statement, assignment, self_mod_assignment, self_mod_operator, mod_assignment, mod_operator, if_statement, else_block, let_statement, new_value_binding, for_loop_statement, match_statement, match_case, then_block, spawn_statement, consume_statement, destroy_statement, update_statement, trigger_statement, print_statement, paint_statement, proc_call_statement, quit_statement, position, foreground, background, debug_print_statement, on_event_clause, with_query_clause, bool_operation, and_op, or_op, binary_relation, eq_rel, ne_rel, lt_rel, gt_rel, le_rel, ge_rel, additive_op, plus_op, minus_op, multiplicative_op, mul_op, div_op, mod_op, unary_op, not_op, neg_op, expression, bin, additive, summand, factor, negated_primary, primary,
}

Variants

WHITESPACE

COMMENT

decl

program

inner

char

name

scalar_type

ref_type

value

random

indirect_set_query

set_query

proc_call

proc_param_list

proc_param

proc_reference

make_set_query

empty_query

rect_query

circle_query

line_query

union_query

intersect_query

diff_query

shrink_query

expand_query

bool_value

number

text_value

inner_text

array_accessor

field_accessor

identifier

general_accessor

symbol

any_char

tag_decl

state_decl

event_decl

unique_decl

proc_decl

datatype

field

type_member_list

type_member

component_call_list

component_call

component_arg_list

negated_call_site

toggled_call_site

call_site

simple_call_site

complex_call_site

unique_call

arg_member_list

arg_member

owner_name

comp_name

system_title

system_title_name

system_priority

priority

system_decl

block

statements

statement

debug_statement

assignment

self_mod_assignment

self_mod_operator

mod_assignment

mod_operator

if_statement

else_block

let_statement

new_value_binding

for_loop_statement

match_statement

match_case

then_block

spawn_statement

consume_statement

destroy_statement

update_statement

trigger_statement

print_statement

paint_statement

proc_call_statement

quit_statement

position

foreground

background

debug_print_statement

on_event_clause

with_query_clause

bool_operation

and_op

or_op

binary_relation

eq_rel

ne_rel

lt_rel

gt_rel

le_rel

ge_rel

additive_op

plus_op

minus_op

multiplicative_op

mul_op

div_op

mod_op

unary_op

not_op

neg_op

expression

bin

additive

summand

factor

negated_primary

primary

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Restrict a value to a certain interval. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. 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

Compare self to key and return true if they are equal.

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more

Checks if self is actually part of its subset T (and can be converted to it).

Use with care! Same as self.to_subset but without any property checks. Always succeeds.

The inclusion map: converts self to the equivalent element of its superset.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

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.