Struct ethers_core::abi::EventParam [−][src]
Expand description
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
pub fn deserialize<D>(
deserializer: D
) -> Result<EventParam, <D as Deserializer<'a>>::Error> where
D: Deserializer<'a>,
pub fn deserialize<D>(
deserializer: D
) -> Result<EventParam, <D as Deserializer<'a>>::Error> where
D: Deserializer<'a>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
pub fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer,
pub fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for EventParam
impl Send for EventParam
impl Sync for EventParam
impl Unpin for EventParam
impl UnwindSafe for EventParam
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self