Enum fst_regex::Inst [] [src]

pub enum Inst {
    Match,
    Jump(usize),
    Split(usizeusize),
    Range(u8u8),
}

Variants

Trait Implementations

impl Eq for Inst
[src]

impl PartialEq for Inst
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Inst
[src]

Formats the value using the given formatter.