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 ProgramCacheInner
fn new(ro: &ExecReadOnly) -> Self
[src]
fn new(ro: &ExecReadOnly) -> Self
Trait Implementations
impl Clone for ProgramCacheInner
[src]
impl Clone for ProgramCacheInner
fn clone(&self) -> ProgramCacheInner
[src]
fn clone(&self) -> ProgramCacheInner
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 ProgramCacheInner
[src]
impl Debug for ProgramCacheInner
Auto Trait Implementations
impl Send for ProgramCacheInner
impl Send for ProgramCacheInner
impl Sync for ProgramCacheInner
impl Sync for ProgramCacheInner