pub struct LRItem {
pub stacktop: u8,
pub terminal: Arc<Atom>,
pub symbol: Arc<Atom>,
pub production: Vec<Arc<Atom>>,
}
Fields§
§stacktop: u8
§terminal: Arc<Atom>
§symbol: Arc<Atom>
§production: Vec<Arc<Atom>>
Trait Implementations§
Source§impl Ord for LRItem
impl Ord for LRItem
Source§impl PartialOrd for LRItem
impl PartialOrd for LRItem
impl Eq for LRItem
impl StructuralPartialEq for LRItem
Auto Trait Implementations§
impl Freeze for LRItem
impl RefUnwindSafe for LRItem
impl Send for LRItem
impl Sync for LRItem
impl Unpin for LRItem
impl UnwindSafe for LRItem
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