pub struct LR0 {
pub rule: Rc<Rule>,
pub pos: usize,
}
Fields§
§rule: Rc<Rule>
§pos: usize
Implementations§
Trait Implementations§
impl StructuralPartialEq for LR0
Auto Trait Implementations§
impl Freeze for LR0
impl !RefUnwindSafe for LR0
impl !Send for LR0
impl !Sync for LR0
impl Unpin for LR0
impl !UnwindSafe for LR0
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