pub enum Rule {
Show 30 variants
WHITESPACE,
identifier,
member,
rec_type,
rec_type_anonymous,
rec_type_inst,
rec_tuple,
rec_struct,
rec_struct_anonymous,
rec_struct_declarations,
rec_struct_declaration,
rec_generic_decl,
rec_generic_inst,
rec_enum,
rec_enum_anonymous,
rec_enum_values,
rec_enum_value,
rec_enum_tuple,
uint,
int,
float,
dat_map,
dat_enum,
dat_tuple,
dat_list,
dat_value,
dat_assignment,
dat,
file_rec,
file_dat,
}
Variants§
WHITESPACE
identifier
member
rec_type
rec_type_anonymous
rec_type_inst
rec_tuple
rec_struct
rec_struct_anonymous
rec_struct_declarations
rec_struct_declaration
rec_generic_decl
rec_generic_inst
rec_enum
rec_enum_anonymous
rec_enum_values
rec_enum_value
rec_enum_tuple
uint
int
float
dat_map
dat_enum
dat_tuple
dat_list
dat_value
dat_assignment
dat
file_rec
file_dat
Implementations§
Trait Implementations§
Source§impl Ord for Rule
impl Ord for Rule
Source§impl PartialOrd for Rule
impl PartialOrd for Rule
impl Copy for Rule
impl Eq for Rule
impl StructuralPartialEq for Rule
Auto Trait Implementations§
impl Freeze for Rule
impl RefUnwindSafe for Rule
impl Send for Rule
impl Sync for Rule
impl Unpin for Rule
impl UnwindSafe for Rule
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