Struct core::str::MatchIndicesInternal [] [src]

struct MatchIndicesInternal<'a, P: Pattern<'a>>(P::Searcher);

Methods

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>

Trait Implementations

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)