pub enum Rule {
Show 56 variants
    EOI,
    top,
    top_structs,
    tags,
    props,
    props_inner,
    prop_tuple,
    prop_val,
    section,
    section_item,
    heading,
    head_item,
    paragraph,
    par_item,
    emphasis,
    em_st,
    list,
    list_type,
    nav_top,
    nav,
    nav_item,
    link,
    link_item,
    code,
    code_text,
    code_text_inner,
    code_txt,
    table,
    first_row,
    table_row,
    table_header_row,
    table_regular_row,
    table_row_inner,
    table_item,
    meta,
    tp_postfix,
    text_item,
    text,
    text_meta,
    text_inner,
    txt,
    strings,
    string,
    string_inner,
    str,
    uint,
    uint_capped,
    int,
    date,
    year,
    month,
    day,
    WHITESPACE,
    COMMENT,
    multi_line_comment,
    single_line_comment,
}Variants§
EOI
End-of-input
top
top_structs
props
props_inner
prop_tuple
prop_val
section
section_item
heading
head_item
paragraph
par_item
emphasis
em_st
list
list_type
link
link_item
code
code_text
code_text_inner
code_txt
table
first_row
table_row
table_header_row
table_regular_row
table_row_inner
table_item
meta
tp_postfix
text_item
text
text_meta
text_inner
txt
strings
string
string_inner
str
uint
uint_capped
int
date
year
month
day
WHITESPACE
COMMENT
multi_line_comment
single_line_comment
Implementations§
Trait Implementations§
Source§impl Ord for Rule
 
impl Ord for Rule
Source§impl Parser<Rule> for IncodocParser
 
impl Parser<Rule> for IncodocParser
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