pub struct LineParsingContext<'c, 'p, 's, 'f> {
pub config: &'c ParserConfig,
pub line: &'p LineSpan<'s, 'f>,
}
Fields
config: &'c ParserConfig
line: &'p LineSpan<'s, 'f>
Auto Trait Implementations
impl<'c, 'p, 's, 'f> RefUnwindSafe for LineParsingContext<'c, 'p, 's, 'f>
impl<'c, 'p, 's, 'f> Send for LineParsingContext<'c, 'p, 's, 'f>
impl<'c, 'p, 's, 'f> Sync for LineParsingContext<'c, 'p, 's, 'f>
impl<'c, 'p, 's, 'f> Unpin for LineParsingContext<'c, 'p, 's, 'f> where
'f: 'p,
's: 'p,
impl<'c, 'p, 's, 'f> UnwindSafe for LineParsingContext<'c, 'p, 's, 'f>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more