Enum evm::TransactionAction [] [src]

pub enum TransactionAction {
    Call(H160),
    Create,
}

Variants

Methods

impl TransactionAction
[src]

[src]

Trait Implementations

impl Copy for TransactionAction
[src]

impl Clone for TransactionAction
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for TransactionAction
[src]

impl Encodable for TransactionAction
[src]

[src]

impl PartialEq<TransactionAction> for TransactionAction
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for TransactionAction
[src]

[src]

Formats the value using the given formatter.

impl Decodable for TransactionAction
[src]