Struct parables_testing::prelude::ethabi::EventParam [−][src]
Event param specification.
Fields
name: String
Param name.
kind: ParamType
Param type.
indexed: bool
Indexed flag. If true, param is used to build block bloom.
Trait Implementations
impl PartialEq<EventParam> for EventParam[src]
impl PartialEq<EventParam> for EventParamfn eq(&self, other: &EventParam) -> bool[src]
fn eq(&self, other: &EventParam) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &EventParam) -> bool[src]
fn ne(&self, other: &EventParam) -> boolThis method tests for !=.
impl Clone for EventParam[src]
impl Clone for EventParamfn clone(&self) -> EventParam[src]
fn clone(&self) -> EventParamReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for EventParam[src]
impl Debug for EventParamfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl<'de> Deserialize<'de> for EventParam[src]
impl<'de> Deserialize<'de> for EventParamfn deserialize<__D>(
__deserializer: __D
) -> Result<EventParam, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(
__deserializer: __D
) -> Result<EventParam, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl Send for EventParam
impl Send for EventParamimpl Sync for EventParam
impl Sync for EventParam