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 StrSearcherImplimpl Clone for StrSearcherImplfn clone(&self) -> StrSearcherImplfn clone_from(&mut self, source: &Self)