pub struct Etable<S, H, Tr, F = Efn<S, H, Tr>>(/* private fields */);
Expand description
The evaluation table for the EVM.
Implementations§
Source§impl<S, H: RuntimeEnvironment + RuntimeBackend, Tr> Etable<S, H, Tr>
impl<S, H: RuntimeEnvironment + RuntimeBackend, Tr> Etable<S, H, Tr>
Trait Implementations§
Source§impl<S, H, Tr, F> From<Etable<S, H, Tr, F>> for MultiEtable<S, H, Tr, F>
impl<S, H, Tr, F> From<Etable<S, H, Tr, F>> for MultiEtable<S, H, Tr, F>
impl<S, H, Tr, F: Send> Send for Etable<S, H, Tr, F>
impl<S, H, Tr, F: Sync> Sync for Etable<S, H, Tr, F>
Auto Trait Implementations§
impl<S, H, Tr, F> Freeze for Etable<S, H, Tr, F>where
F: Freeze,
impl<S, H, Tr, F> RefUnwindSafe for Etable<S, H, Tr, F>
impl<S, H, Tr, F> Unpin for Etable<S, H, Tr, F>
impl<S, H, Tr, F> UnwindSafe for Etable<S, H, Tr, F>
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