Struct regex::compile::ByteClassSet [−][src]
Methods
impl ByteClassSet
[src]
impl ByteClassSet
fn new() -> Self
[src]
fn new() -> Self
fn set_range(&mut self, start: u8, end: u8)
[src]
fn set_range(&mut self, start: u8, end: u8)
fn set_word_boundary(&mut self)
[src]
fn set_word_boundary(&mut self)
fn byte_classes(&self) -> Vec<u8>
[src]
fn byte_classes(&self) -> Vec<u8>
Auto Trait Implementations
impl Send for ByteClassSet
impl Send for ByteClassSet
impl Sync for ByteClassSet
impl Sync for ByteClassSet