pub enum AliasedRule {
Show 72 variants
float,
var_index,
var_assign,
div,
block,
ifs,
args,
string_esc,
ss_sub,
else_if_stmt,
expr,
fn_def,
sub,
array,
continue_stmt,
return_expr,
less,
boolean,
pow,
ss_div,
atom,
string_expr,
import_stmt,
loop_control,
datatype,
bound,
string,
identifier,
table_pair,
stmts,
iterable,
add,
fn_call,
contains,
greater_eq,
comb,
if_stmt,
comment,
positive,
less_eq,
identifier_part,
string_char,
rem,
else_stmt,
inclusive,
loop_stmt,
greater,
not,
ss_pow,
break_stmt,
not_equals,
integer,
for_stmt,
ss_mul,
exclusive,
ss_add,
table,
single_shot,
stmt,
mul,
comp,
EOI,
negative,
and,
return_stmt,
ss_rem,
or,
string_part,
sign,
while_stmt,
equals,
eq,
}Variants§
float
var_index
var_assign
div
block
ifs
args
string_esc
ss_sub
else_if_stmt
expr
fn_def
sub
array
continue_stmt
return_expr
less
boolean
pow
ss_div
atom
string_expr
import_stmt
loop_control
datatype
bound
string
identifier
table_pair
stmts
iterable
add
fn_call
contains
greater_eq
comb
if_stmt
comment
positive
less_eq
identifier_part
string_char
rem
else_stmt
inclusive
loop_stmt
greater
not
ss_pow
break_stmt
not_equals
integer
for_stmt
ss_mul
exclusive
ss_add
table
single_shot
stmt
mul
comp
EOI
negative
and
return_stmt
ss_rem
or
string_part
sign
while_stmt
equals
eq
Trait Implementations§
Source§impl Clone for AliasedRule
impl Clone for AliasedRule
Source§fn clone(&self) -> AliasedRule
fn clone(&self) -> AliasedRule
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AliasedRule
impl Debug for AliasedRule
Source§impl Hash for AliasedRule
impl Hash for AliasedRule
Source§impl Ord for AliasedRule
impl Ord for AliasedRule
Source§fn cmp(&self, other: &AliasedRule) -> Ordering
fn cmp(&self, other: &AliasedRule) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AliasedRule
impl PartialEq for AliasedRule
Source§impl PartialOrd for AliasedRule
impl PartialOrd for AliasedRule
impl Copy for AliasedRule
impl Eq for AliasedRule
impl StructuralPartialEq for AliasedRule
Auto Trait Implementations§
impl Freeze for AliasedRule
impl RefUnwindSafe for AliasedRule
impl Send for AliasedRule
impl Sync for AliasedRule
impl Unpin for AliasedRule
impl UnwindSafe for AliasedRule
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more