Struct peel_ip::prelude::str::Lines 1.0.0
[−]
[src]
pub struct Lines<'a>(_);
Created with the method lines()
.
Trait Implementations
impl<'a> FusedIterator for Lines<'a>
[src]
impl<'a> Debug for Lines<'a>
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl<'a> Iterator for Lines<'a>
[src]
type Item = &'a str
fn next(&mut self) -> Option<&'a str>
fn size_hint(&self) -> (usize, Option<usize>)
impl<'a> Clone for Lines<'a>
[src]
fn clone(&self) -> Lines<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more