Enum regex::compile::MaybeInst[][src]

enum MaybeInst {
    Compiled(Inst),
    Uncompiled(InstHole),
    Split,
    Split1(usize),
    Split2(usize),
}

Variants

Methods

impl MaybeInst
[src]

Trait Implementations

impl Clone for MaybeInst
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MaybeInst
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MaybeInst

impl Sync for MaybeInst