pub struct State<'g> { /* private fields */ }Expand description
An LR(1) state. Consists of an LR(1) itemset.
Implementations§
Trait Implementations§
impl<'g> Eq for State<'g>
Auto Trait Implementations§
impl<'g> Freeze for State<'g>
impl<'g> RefUnwindSafe for State<'g>
impl<'g> Send for State<'g>
impl<'g> Sync for State<'g>
impl<'g> Unpin for State<'g>
impl<'g> UnsafeUnpin for State<'g>
impl<'g> UnwindSafe for State<'g>
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