Enum core::str::pattern::StrSearcherImpl [] [src]

enum StrSearcherImpl {
    Empty(EmptyNeedle),
    TwoWay(TwoWaySearcher),
}
Unstable (pattern #27721)

: API not fully fleshed out and ready to be stabilized

Variants

Empty
Unstable (pattern #27721)

: API not fully fleshed out and ready to be stabilized

TwoWay
Unstable (pattern #27721)

: API not fully fleshed out and ready to be stabilized

Trait Implementations

Derived Implementations

impl Debug for StrSearcherImpl

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

impl Clone for StrSearcherImpl

fn clone(&self) -> StrSearcherImpl

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