Struct zk_evm::testing::BasicTestingTools
source · pub struct BasicTestingTools<const B: bool> {
pub storage: InMemoryStorage,
pub memory: SimpleMemory,
pub event_sink: InMemoryEventSink,
pub precompiles_processor: DefaultPrecompilesProcessor<B>,
pub decommittment_processor: SimpleDecommitter<B>,
pub witness_tracer: DummyTracer,
}Fields§
§storage: InMemoryStorage§memory: SimpleMemory§event_sink: InMemoryEventSink§precompiles_processor: DefaultPrecompilesProcessor<B>§decommittment_processor: SimpleDecommitter<B>§witness_tracer: DummyTracerAuto Trait Implementations§
impl<const B: bool> Freeze for BasicTestingTools<B>
impl<const B: bool> RefUnwindSafe for BasicTestingTools<B>
impl<const B: bool> Send for BasicTestingTools<B>
impl<const B: bool> Sync for BasicTestingTools<B>
impl<const B: bool> Unpin for BasicTestingTools<B>
impl<const B: bool> UnwindSafe for BasicTestingTools<B>
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