pub struct MemoTable { /* private fields */ }Expand description
Memo table for parser results.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemoTable
impl RefUnwindSafe for MemoTable
impl Send for MemoTable
impl Sync for MemoTable
impl Unpin for MemoTable
impl UnsafeUnpin for MemoTable
impl UnwindSafe for MemoTable
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