pub enum Action<'g> {
Shift(StateIndex),
Reduce(Rule<'g>),
Halt,
}Variants§
Trait Implementations§
Source§impl<'g> PartialEq for Action<'g>
impl<'g> PartialEq for Action<'g>
impl<'g> Copy for Action<'g>
impl<'g> Eq for Action<'g>
impl<'g> StructuralPartialEq for Action<'g>
Auto Trait Implementations§
impl<'g> Freeze for Action<'g>
impl<'g> RefUnwindSafe for Action<'g>
impl<'g> Send for Action<'g>
impl<'g> Sync for Action<'g>
impl<'g> Unpin for Action<'g>
impl<'g> UnsafeUnpin for Action<'g>
impl<'g> UnwindSafe for Action<'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