pub struct NonTerminalWithData<'state, 'a, T>(&'state mut State<'a, T>)
where
T: Ord;Available on
docsrs only.Expand description
Tuple Fields§
§0: &'state mut State<'a, T>MUST match StateEntry::NonTerminalWithData
Implementations§
Source§impl<'state, 'a, T> NonTerminalWithData<'state, 'a, T>where
T: Ord,
impl<'state, 'a, T> NonTerminalWithData<'state, 'a, T>where
T: Ord,
Sourcepub fn sink_with_data(self, next: char) -> Vec<u8> ⓘ
pub fn sink_with_data(self, next: char) -> Vec<u8> ⓘ
Method documentation on a non-renamed method.
Transition to State::SinkWithData
Trait Implementations§
Auto Trait Implementations§
impl<'state, 'a, T> Freeze for NonTerminalWithData<'state, 'a, T>
impl<'state, 'a, T> RefUnwindSafe for NonTerminalWithData<'state, 'a, T>where
T: RefUnwindSafe,
impl<'state, 'a, T> Send for NonTerminalWithData<'state, 'a, T>where
T: Send,
impl<'state, 'a, T> Sync for NonTerminalWithData<'state, 'a, T>where
T: Sync,
impl<'state, 'a, T> Unpin for NonTerminalWithData<'state, 'a, T>
impl<'state, 'a, T> UnsafeUnpin for NonTerminalWithData<'state, 'a, T>
impl<'state, 'a, T> !UnwindSafe for NonTerminalWithData<'state, 'a, T>
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