pub struct MemoTable { /* private fields */ }Expand description
Memoization table mapping u64 keys to u64 values.
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