Struct text_parsing::source::ParserSource
source · pub struct ParserSource<'p, 's, P, S> { /* private fields */ }
Implementations§
source§impl<'p, 's, P, S> ParserSource<'p, 's, P, S>
impl<'p, 's, P, S> ParserSource<'p, 's, P, S>
pub fn new<'a, 'b>( parser: &'a mut P, source: &'b mut S, ) -> ParserSource<'a, 'b, P, S>
Trait Implementations§
source§impl<'p, 's, P, S> Source for ParserSource<'p, 's, P, S>where
P: PipeParser,
S: Source,
impl<'p, 's, P, S> Source for ParserSource<'p, 's, P, S>where
P: PipeParser,
S: Source,
Auto Trait Implementations§
impl<'p, 's, P, S> Freeze for ParserSource<'p, 's, P, S>
impl<'p, 's, P, S> RefUnwindSafe for ParserSource<'p, 's, P, S>where
P: RefUnwindSafe,
S: RefUnwindSafe,
impl<'p, 's, P, S> Send for ParserSource<'p, 's, P, S>
impl<'p, 's, P, S> Sync for ParserSource<'p, 's, P, S>
impl<'p, 's, P, S> Unpin for ParserSource<'p, 's, P, S>
impl<'p, 's, P, S> !UnwindSafe for ParserSource<'p, 's, P, S>
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