Enum evm::CallType[][src]

pub enum CallType {
    None,
    Call,
    CallCode,
    DelegateCall,
    StaticCall,
}

The type of the call-like instruction.

Variants

Not a CALL.

CALL.

CALLCODE.

DELEGATECALL.

STATICCALL

Trait Implementations

impl Decodable for CallType
[src]

Decode a value from RLP bytes

impl PartialEq<CallType> for CallType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for CallType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Encodable for CallType
[src]

Append a value to the stream

Get rlp-encoded bytes for this instance

impl Debug for CallType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CallType

impl Sync for CallType