Struct ethjson::transaction::TransactionTest
source · [−]pub struct TransactionTest {
pub rlp: Bytes,
pub _info: IgnoredAny,
pub post_state: BTreeMap<ForkSpec, PostState>,
}
Expand description
Transaction test deserialization.
Fields
rlp: Bytes
_info: IgnoredAny
post_state: BTreeMap<ForkSpec, PostState>
Trait Implementations
sourceimpl Debug for TransactionTest
impl Debug for TransactionTest
sourceimpl<'de> Deserialize<'de> for TransactionTest
impl<'de> Deserialize<'de> for TransactionTest
sourcefn 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 TransactionTest
impl Send for TransactionTest
impl Sync for TransactionTest
impl Unpin for TransactionTest
impl UnwindSafe for TransactionTest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more