Enum lrtable::statetable::StateTableErrorKind
source · pub enum StateTableErrorKind<StorageT> {
AcceptReduceConflict(Option<PIdx<StorageT>>),
}
Expand description
The various different possible Yacc parser errors.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<StorageT> Freeze for StateTableErrorKind<StorageT>where
StorageT: Freeze,
impl<StorageT> RefUnwindSafe for StateTableErrorKind<StorageT>where
StorageT: RefUnwindSafe,
impl<StorageT> Send for StateTableErrorKind<StorageT>where
StorageT: Send,
impl<StorageT> Sync for StateTableErrorKind<StorageT>where
StorageT: Sync,
impl<StorageT> Unpin for StateTableErrorKind<StorageT>where
StorageT: Unpin,
impl<StorageT> UnwindSafe for StateTableErrorKind<StorageT>where
StorageT: 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