Enum regex::compile::MaybeInst [−][src]
Variants
Compiled(Inst)Uncompiled(InstHole)SplitSplit1(usize)Split2(usize)
Methods
impl MaybeInst[src]
impl MaybeInstfn fill(&mut self, goto: usize)[src]
fn fill(&mut self, goto: usize)fn fill_split(&mut self, goto1: usize, goto2: usize)[src]
fn fill_split(&mut self, goto1: usize, goto2: usize)fn half_fill_split_goto1(&mut self, goto1: usize)[src]
fn half_fill_split_goto1(&mut self, goto1: usize)fn half_fill_split_goto2(&mut self, goto2: usize)[src]
fn half_fill_split_goto2(&mut self, goto2: usize)fn unwrap(self) -> Inst[src]
fn unwrap(self) -> InstTrait Implementations
impl Clone for MaybeInst[src]
impl Clone for MaybeInstfn clone(&self) -> MaybeInst[src]
fn clone(&self) -> MaybeInstReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for MaybeInst[src]
impl Debug for MaybeInst