pub enum Rule {
Show 17 variants
EOI,
WHITESPACE,
Trees,
Tree,
Node,
Leaf,
Clade,
Attributes,
Nhx,
NhxEntry,
Length,
nhx_safe,
nhx_key,
nhx_value,
name_safe,
name,
float,
}Variants§
EOI
WHITESPACE
Trees
Tree
Node
Leaf
Clade
Attributes
Nhx
NhxEntry
Length
nhx_safe
nhx_key
nhx_value
name_safe
name
float
Trait Implementations§
source§impl Ord for Rule
impl Ord for Rule
source§impl PartialEq<Rule> for Rule
impl PartialEq<Rule> for Rule
source§impl PartialOrd<Rule> for Rule
impl PartialOrd<Rule> for Rule
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more