pub struct LineState { /* private fields */ }Expand description
Per-line parser state.
Implementations§
Trait Implementations§
impl Eq for LineState
impl StructuralPartialEq for LineState
Auto Trait Implementations§
impl Freeze for LineState
impl RefUnwindSafe for LineState
impl Send for LineState
impl Sync for LineState
impl Unpin for LineState
impl UnsafeUnpin for LineState
impl UnwindSafe for LineState
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