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