Struct text_parsing::Next
source · pub struct Next<S: Default, D> { /* private fields */ }
Implementations§
source§impl<S: Default, D> Next<S, D>
impl<S: Default, D> Next<S, D>
pub fn empty() -> Next<S, D>
pub fn with_state(self, st: S) -> Next<S, D>
pub fn with_event(self, ev: Local<ParserEvent<D>>) -> Next<S, D>
pub fn push_event(&mut self, ev: Local<ParserEvent<D>>)
Auto Trait Implementations§
impl<S, D> Freeze for Next<S, D>
impl<S, D> RefUnwindSafe for Next<S, D>where
S: RefUnwindSafe,
D: RefUnwindSafe,
impl<S, D> Send for Next<S, D>
impl<S, D> Sync for Next<S, D>
impl<S, D> Unpin for Next<S, D>
impl<S, D> UnwindSafe for Next<S, D>where
S: UnwindSafe,
D: UnwindSafe,
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