pub struct PackratTable { /* private fields */ }Expand description
A memoization table for parser results (Packrat parsing).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PackratTable
impl RefUnwindSafe for PackratTable
impl Send for PackratTable
impl Sync for PackratTable
impl Unpin for PackratTable
impl UnsafeUnpin for PackratTable
impl UnwindSafe for PackratTable
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