pub struct LendingLines<'a, R: BufRead> { /* private fields */ }Expand description
A lending iterator over the lines of a BufRead reader.
See BufReadExt::lending_lines for more details.
Implementations§
Auto Trait Implementations§
impl<'a, R> Freeze for LendingLines<'a, R>
impl<'a, R> RefUnwindSafe for LendingLines<'a, R>where
R: RefUnwindSafe,
impl<'a, R> Send for LendingLines<'a, R>where
R: Send,
impl<'a, R> Sync for LendingLines<'a, R>where
R: Sync,
impl<'a, R> Unpin for LendingLines<'a, R>
impl<'a, R> UnsafeUnpin for LendingLines<'a, R>
impl<'a, R> !UnwindSafe for LendingLines<'a, R>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more