Expand description
State test indexes deserialization.
Fields
data: u64
Index into transaction data set.
gas: u64
Index into transaction gas limit set.
value: u64
Index into transaction value set.
Trait Implementations
sourceimpl Debug for PostStateIndexes
impl Debug for PostStateIndexes
sourceimpl<'de> Deserialize<'de> for PostStateIndexes
impl<'de> Deserialize<'de> for PostStateIndexes
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
sourceimpl PartialEq<PostStateIndexes> for PostStateIndexes
impl PartialEq<PostStateIndexes> for PostStateIndexes
sourcefn eq(&self, other: &PostStateIndexes) -> bool
fn eq(&self, other: &PostStateIndexes) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &PostStateIndexes) -> bool
fn ne(&self, other: &PostStateIndexes) -> bool
This method tests for !=
.
impl StructuralPartialEq for PostStateIndexes
Auto Trait Implementations
impl RefUnwindSafe for PostStateIndexes
impl Send for PostStateIndexes
impl Sync for PostStateIndexes
impl Unpin for PostStateIndexes
impl UnwindSafe for PostStateIndexes
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