[go: up one dir, main page]

Struct aho_corasick::Builder [] [src]

pub struct Builder {
    // some fields omitted
}

Methods

impl Builder
[src]

fn new() -> Builder

fn add<S: Into<String>>(self, s: S) -> Builder

fn build(self) -> Automaton

Trait Implementations

impl Debug for Builder
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for Builder
[src]

fn clone(&self) -> Builder

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more