Enum regex::compile::InstHole [−][src]
enum InstHole { Save { slot: usize, }, EmptyLook { look: EmptyLook, }, Char { c: char, }, Ranges { ranges: Vec<(char, char)>, }, Bytes { start: u8, end: u8, }, }
Variants
Save
Fields of Save
slot: usize |
EmptyLook
Fields of EmptyLook
look: EmptyLook |
Char
Fields of Char
c: char |
Ranges
Fields of Ranges
ranges: Vec<(char, char)> |
Bytes
Fields of Bytes
start: u8 | |
end: u8 |
Methods
impl InstHole
[src]
impl InstHole
Trait Implementations
impl Clone for InstHole
[src]
impl Clone for InstHole
fn clone(&self) -> InstHole
[src]
fn clone(&self) -> InstHole
Returns 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 InstHole
[src]
impl Debug for InstHole