Struct peel_ip::prelude::str::RMatchIndices 1.5.0
[−]
[src]
pub struct RMatchIndices<'a, P>(_) where P: Pattern<'a>;
Created with the method rmatch_indices()
.
Trait Implementations
impl<'a, P> FusedIterator for RMatchIndices<'a, P> where P: Pattern<'a>, P::Searcher: ReverseSearcher<'a>
[src]
impl<'a, P> Debug for RMatchIndices<'a, P> where P: Pattern<'a>, P::Searcher: Debug
[src]
impl<'a, P> Iterator for RMatchIndices<'a, P> where P: Pattern<'a>, P::Searcher: ReverseSearcher<'a>
[src]
impl<'a, P> Clone for RMatchIndices<'a, P> where P: Pattern<'a>, P::Searcher: Clone
[src]
fn clone(&self) -> RMatchIndices<'a, P>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more