Enum evmodin::continuation::interrupt_data::InterruptDataVariant[][src]

pub enum InterruptDataVariant {
Show 15 variants InstructionStart(Box<InstructionStart>), AccountExists(AccountExists), GetStorage(GetStorage), SetStorage(SetStorage), GetBalance(GetBalance), GetCodeSize(GetCodeSize), GetCodeHash(GetCodeHash), CopyCode(CopyCode), Selfdestruct(Selfdestruct), Call(Call), GetTxContext, GetBlockHash(GetBlockHash), EmitLog(EmitLog), AccessAccount(AccessAccount), AccessStorage(AccessStorage),
}

Variants

InstructionStart(Box<InstructionStart>)

Tuple Fields of InstructionStart

0: Box<InstructionStart>
AccountExists(AccountExists)

Tuple Fields of AccountExists

0: AccountExists
GetStorage(GetStorage)

Tuple Fields of GetStorage

0: GetStorage
SetStorage(SetStorage)

Tuple Fields of SetStorage

0: SetStorage
GetBalance(GetBalance)

Tuple Fields of GetBalance

0: GetBalance
GetCodeSize(GetCodeSize)

Tuple Fields of GetCodeSize

0: GetCodeSize
GetCodeHash(GetCodeHash)

Tuple Fields of GetCodeHash

0: GetCodeHash
CopyCode(CopyCode)

Tuple Fields of CopyCode

0: CopyCode
Selfdestruct(Selfdestruct)

Tuple Fields of Selfdestruct

0: Selfdestruct
Call(Call)

Tuple Fields of Call

0: Call
GetTxContext
GetBlockHash(GetBlockHash)

Tuple Fields of GetBlockHash

0: GetBlockHash
EmitLog(EmitLog)

Tuple Fields of EmitLog

0: EmitLog
AccessAccount(AccessAccount)

Tuple Fields of AccessAccount

0: AccessAccount
AccessStorage(AccessStorage)

Tuple Fields of AccessStorage

0: AccessStorage

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.