Struct vm::tests::FakeCall[][src]

pub struct FakeCall {
    pub call_type: FakeCallType,
    pub gas: U256,
    pub sender_address: Option<Address>,
    pub receive_address: Option<Address>,
    pub value: Option<U256>,
    pub data: Bytes,
    pub code_address: Option<Address>,
}

Fields

Trait Implementations

impl PartialEq for FakeCall
[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 FakeCall
[src]

impl Hash for FakeCall
[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 FakeCall
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FakeCall

impl Sync for FakeCall