Struct regex::compile::CompileClass [−][src]
struct CompileClass<'a, 'b> {
c: &'a mut Compiler,
ranges: &'b [ClassUnicodeRange],
}Fields
c: &'a mut Compiler
ranges: &'b [ClassUnicodeRange]
Methods
impl<'a, 'b> CompileClass<'a, 'b>[src]
impl<'a, 'b> CompileClass<'a, 'b>fn compile(self) -> Result<Patch, Error>[src]
fn compile(self) -> Result<Patch, Error>fn c_utf8_seq(&mut self, seq: &Utf8Sequence) -> Result<Patch, Error>[src]
fn c_utf8_seq(&mut self, seq: &Utf8Sequence) -> Result<Patch, Error>fn c_utf8_seq_<'r, I>(&mut self, seq: I) -> Result<Patch, Error> where
I: IntoIterator<Item = &'r Utf8Range>, [src]
fn c_utf8_seq_<'r, I>(&mut self, seq: I) -> Result<Patch, Error> where
I: IntoIterator<Item = &'r Utf8Range>, Auto Trait Implementations
impl<'a, 'b> Send for CompileClass<'a, 'b>
impl<'a, 'b> Send for CompileClass<'a, 'b>impl<'a, 'b> Sync for CompileClass<'a, 'b>
impl<'a, 'b> Sync for CompileClass<'a, 'b>