pub struct Lr0Items {
pub map: BTreeMap<u32, Lr0Item>,
}Expand description
A container of LR(0) items.
Fields§
§map: BTreeMap<u32, Lr0Item>Trait Implementations§
Source§impl Ord for Lr0Items
impl Ord for Lr0Items
Source§impl PartialOrd for Lr0Items
impl PartialOrd for Lr0Items
impl Eq for Lr0Items
impl StructuralPartialEq for Lr0Items
Auto Trait Implementations§
impl Freeze for Lr0Items
impl RefUnwindSafe for Lr0Items
impl Send for Lr0Items
impl Sync for Lr0Items
impl Unpin for Lr0Items
impl UnwindSafe for Lr0Items
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