Enum ethers_core::types::Action [−][src]
Expand description
Action
Variants
Call(Call)
Call
Tuple Fields of Call
0: Call
Create(Create)
Create
Tuple Fields of Create
0: Create
Suicide(Suicide)
Suicide
Tuple Fields of Suicide
0: Suicide
Reward(Reward)
Reward
Tuple Fields of Reward
0: Reward
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Action
impl UnwindSafe for Action
Blanket Implementations
Mutably borrows from an owned value. Read more