pub struct Line<'i> {
remaining: &'i [u8],
}Expand description
A single line of linewrapped data, providing a read buffer.
Fields§
§remaining: &'i [u8]Remaining data in the line
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'i> Freeze for Line<'i>
impl<'i> RefUnwindSafe for Line<'i>
impl<'i> Send for Line<'i>
impl<'i> Sync for Line<'i>
impl<'i> Unpin for Line<'i>
impl<'i> UnwindSafe for Line<'i>
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