Struct core::str::MatchIndicesInternal
[−]
[src]
struct MatchIndicesInternal<'a, P: Pattern<'a>>(P::Searcher);
struct MatchIndicesInternal<'a, P: Pattern<'a>>(P::Searcher);
impl<'a, P: Pattern<'a>> MatchIndicesInternal<'a, P>
fn next(&mut self) -> Option<(usize, &'a str)>
fn next_back(&mut self) -> Option<(usize, &'a str)> where P::Searcher: ReverseSearcher<'a>
impl<'a, P: Pattern<'a>> Clone for MatchIndicesInternal<'a, P> where P::Searcher: Clone
fn clone(&self) -> Self
fn clone_from(&mut self, source: &Self)