Struct evm_adapters::sputnik::cheatcodes::debugger::DebugArena [−][src]
Expand description
An arena of DebugNodes
Fields
arena: Vec<DebugNode>The arena of nodes
entry: usizeThe entry index, denoting the first node’s index in the arena
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DebugArena
impl Send for DebugArena
impl Sync for DebugArena
impl Unpin for DebugArena
impl UnwindSafe for DebugArena
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more