Enum fst_regex::Inst
[−]
[src]
pub enum Inst {
Match,
Jump(usize),
Split(usize, usize),
Range(u8, u8),
}Variants
MatchJump(usize)Split(usize, usize)Range(u8, u8)Trait Implementations
impl Eq for Inst[src]
impl PartialEq for Inst[src]
fn eq(&self, __arg_0: &Inst) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Inst) -> bool
This method tests for !=.