pub struct Stream<'parser, 'input> { /* private fields */ }Expand description
Implementations§
Auto Trait Implementations§
impl<'parser, 'input> Freeze for Stream<'parser, 'input>
impl<'parser, 'input> RefUnwindSafe for Stream<'parser, 'input>
impl<'parser, 'input> Send for Stream<'parser, 'input>
impl<'parser, 'input> Sync for Stream<'parser, 'input>
impl<'parser, 'input> Unpin for Stream<'parser, 'input>
impl<'parser, 'input> !UnwindSafe for Stream<'parser, 'input>
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