pub struct CircularLineBuffer { /* private fields */ }Expand description
Circular buffer for efficient line-based parsing Uses VecDeque for zero-copy line extraction
Implementations§
Auto Trait Implementations§
impl Freeze for CircularLineBuffer
impl RefUnwindSafe for CircularLineBuffer
impl Send for CircularLineBuffer
impl Sync for CircularLineBuffer
impl Unpin for CircularLineBuffer
impl UnwindSafe for CircularLineBuffer
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