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
call_type: FakeCallType
                           
                           
                           
                           gas: U256
                           
                           
                           
                           sender_address: Option<Address>
                           
                           
                           
                           receive_address: Option<Address>
                           
                           
                           
                           value: Option<U256>
                           
                           
                           
                           data: Bytes
                           
                           
                           
                           code_address: Option<Address>
                           
                Trait Implementations
impl PartialEq for FakeCall[src] 
impl PartialEq for FakeCallfn eq(&self, other: &FakeCall) -> bool[src] 
fn eq(&self, other: &FakeCall) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &FakeCall) -> bool[src] 
fn ne(&self, other: &FakeCall) -> boolThis method tests for !=.
impl Eq for FakeCall[src] 
impl Eq for FakeCallimpl Hash for FakeCall[src] 
impl Hash for FakeCallfn hash<__H: Hasher>(&self, state: &mut __H)[src] 
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0[src] 
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Debug for FakeCall[src] 
impl Debug for FakeCall