Enum core::str::pattern::StrSearcherImpl
[−]
[src]
enum StrSearcherImpl { Empty(EmptyNeedle), TwoWay(TwoWaySearcher), }
Variants
Empty | |
TwoWay |
enum StrSearcherImpl { Empty(EmptyNeedle), TwoWay(TwoWaySearcher), }
Empty | |
TwoWay |
impl Debug for StrSearcherImpl
impl Clone for StrSearcherImpl
fn clone(&self) -> StrSearcherImpl
fn clone_from(&mut self, source: &Self)