pub struct PostStateResult {
pub hash: H256,
pub indexes: PostStateIndexes,
}
Expand description
State test indexed state result deserialization.
Fields
hash: H256
Post state hash
indexes: PostStateIndexes
Indexes
Trait Implementations
sourceimpl Debug for PostStateResult
impl Debug for PostStateResult
sourceimpl<'de> Deserialize<'de> for PostStateResult
impl<'de> Deserialize<'de> for PostStateResult
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<PostStateResult> for PostStateResult
impl PartialEq<PostStateResult> for PostStateResult
sourcefn eq(&self, other: &PostStateResult) -> bool
fn eq(&self, other: &PostStateResult) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &PostStateResult) -> bool
fn ne(&self, other: &PostStateResult) -> bool
This method tests for !=
.
impl StructuralPartialEq for PostStateResult
Auto Trait Implementations
impl RefUnwindSafe for PostStateResult
impl Send for PostStateResult
impl Sync for PostStateResult
impl Unpin for PostStateResult
impl UnwindSafe for PostStateResult
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