Struct regex::exec::ProgramCacheInner[][src]

pub struct ProgramCacheInner {
    pub pikevm: Cache,
    pub backtrack: Cache,
    pub dfa: Cache,
    pub dfa_reverse: Cache,
}

Fields

Methods

impl ProgramCacheInner
[src]

Trait Implementations

impl Clone for ProgramCacheInner
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProgramCacheInner
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ProgramCacheInner

impl Sync for ProgramCacheInner