Struct parables_testing::prelude::ethabi::Param[][src]

pub struct Param {
    pub name: String,
    pub kind: ParamType,
}

Function param.

Fields

Param name.

Param type.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Param
[src]

Formats the value using the given formatter. Read more

impl<'de> Deserialize<'de> for Param
[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for Param

impl Sync for Param