Struct regex::exec::ProgramCacheInner [−][src]
pub struct ProgramCacheInner {
pub pikevm: Cache,
pub backtrack: Cache,
pub dfa: Cache,
pub dfa_reverse: Cache,
}Fields
pikevm: Cache
backtrack: Cache
dfa: Cache
dfa_reverse: Cache
Methods
impl ProgramCacheInner[src]
impl ProgramCacheInnerfn new(ro: &ExecReadOnly) -> Self[src]
fn new(ro: &ExecReadOnly) -> SelfTrait Implementations
impl Clone for ProgramCacheInner[src]
impl Clone for ProgramCacheInnerfn clone(&self) -> ProgramCacheInner[src]
fn clone(&self) -> ProgramCacheInnerReturns 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 ProgramCacheInner[src]
impl Debug for ProgramCacheInnerAuto Trait Implementations
impl Send for ProgramCacheInner
impl Send for ProgramCacheInnerimpl Sync for ProgramCacheInner
impl Sync for ProgramCacheInner