Struct peel_ip::prelude::str::RSplitTerminator1.0.0 [] [src]

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

Created with the method rsplit_terminator().

Trait Implementations

impl<'a, P> FusedIterator for RSplitTerminator<'a, P> where P: Pattern<'a>, P::Searcher: ReverseSearcher<'a>
[src]

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

Formats the value using the given formatter.

impl<'a, P> Iterator for RSplitTerminator<'a, P> where P: Pattern<'a>, P::Searcher: ReverseSearcher<'a>
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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