Enum ethers_core::abi::Topic [−][src]
Expand description
Acceptable topic possibilities.
Variants
Any
Match any.
OneOf(Vec<T, Global>)
Match any of the hashes.
This(T)
Match only this hash.
Implementations
Trait Implementations
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