Enum aho_corasick::DenseChoice [−][src]
Variants
Sparse(Box<Sparse>)
Dense(Vec<(u8, StateIdx)>)
Trait Implementations
impl Clone for DenseChoice
[src]
impl Clone for DenseChoice
fn clone(&self) -> DenseChoice
[src]
fn clone(&self) -> DenseChoice
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 DenseChoice
[src]
impl Debug for DenseChoice
Auto Trait Implementations
impl Send for DenseChoice
impl Send for DenseChoice
impl Sync for DenseChoice
impl Sync for DenseChoice