Struct regex::compile::ByteClassSet [−][src]
Methods
impl ByteClassSet[src]
impl ByteClassSetfn new() -> Self[src]
fn new() -> Selffn 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 ByteClassSetimpl Sync for ByteClassSet
impl Sync for ByteClassSet