pub struct LineSplit { /* private fields */ }
Expand description
A wrapper around a vector of bytes that keeps track of end of lines.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LineSplit
impl RefUnwindSafe for LineSplit
impl Send for LineSplit
impl Sync for LineSplit
impl Unpin for LineSplit
impl UnwindSafe for LineSplit
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