Struct ethers_core::types::StateDiff [−][src]
pub struct StateDiff(pub BTreeMap<H160, AccountDiff>);
Expand description
Serde-friendly StateDiff
shadow.
Tuple Fields
0: BTreeMap<H160, AccountDiff>
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 StateDiff
impl UnwindSafe for StateDiff
Blanket Implementations
Mutably borrows from an owned value. Read more