Struct std_prelude::str::MatchIndices1.5.0 [] [src]

pub struct MatchIndices<'a, P>(_)
where
    P: Pattern<'a>
;

Created with the method match_indices.

Trait Implementations

impl<'a, P> Debug for MatchIndices<'a, P> where
    P: Pattern<'a>,
    <P as Pattern<'a>>::Searcher: Debug
[src]

[src]

Formats the value using the given formatter.

impl<'a, P> FusedIterator for MatchIndices<'a, P> where
    P: Pattern<'a>, 
[src]

impl<'a, P> Clone for MatchIndices<'a, P> where
    P: Pattern<'a>,
    <P as Pattern<'a>>::Searcher: Clone
[src]

[src]

impl<'a, P> Iterator for MatchIndices<'a, P> where
    P: Pattern<'a>, 
[src]

[src]

impl<'a, P> DoubleEndedIterator for MatchIndices<'a, P> where
    P: Pattern<'a>,
    <P as Pattern<'a>>::Searcher: DoubleEndedSearcher<'a>, 
[src]

[src]