Enum vm::tests::FakeCallType[][src]

pub enum FakeCallType {
    Call,
    Create,
}

Variants

Trait Implementations

impl PartialEq for FakeCallType
[src]

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

This method tests for !=.

impl Eq for FakeCallType
[src]

impl Hash for FakeCallType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for FakeCallType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FakeCallType

impl Sync for FakeCallType