Struct regex::backtrack::Cache [−][src]
Shared cached state between multiple invocations of a backtracking engine in the same thread.
Fields
jobs: Vec<Job>
visited: Vec<u32>
Methods
impl Cache
[src]
impl Cache
Trait Implementations
impl Clone for Cache
[src]
impl Clone for Cache
fn clone(&self) -> Cache
[src]
fn clone(&self) -> Cache
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 Cache
[src]
impl Debug for Cache