Enum seq_geom_parser::Rule
source · pub enum Rule {
Show 20 variants
read_num,
single_len,
len_range,
len,
nucstr,
bounded_barcode_segment,
bounded_umi_segment,
bounded_fixedseq_segment,
bounded_read_segment,
bounded_discard_segment,
unbounded_barcode_segment,
unbounded_umi_segment,
unbounded_read_segment,
unbounded_discard_segment,
bounded_segment,
unbounded_segment,
read_desc,
read_1_desc,
read_2_desc,
frag_desc,
}Expand description
Variants§
read_num
single_len
len_range
len
nucstr
bounded_barcode_segment
bounded_umi_segment
bounded_fixedseq_segment
bounded_read_segment
bounded_discard_segment
unbounded_barcode_segment
unbounded_umi_segment
unbounded_read_segment
unbounded_discard_segment
bounded_segment
unbounded_segment
read_desc
read_1_desc
read_2_desc
frag_desc
Trait Implementations§
source§impl Ord for Rule
impl Ord for Rule
source§impl Parser<Rule> for FragGeomParser
impl Parser<Rule> for FragGeomParser
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