Struct std_prelude::str::Matches1.2.0 [] [src]

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

Created with the method matches.

Trait Implementations

impl<'a, P> Debug for Matches<'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 Matches<'a, P> where
    P: Pattern<'a>, 
[src]

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

[src]

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

[src]

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

[src]