Struct revm_primitives::result::ResultAndState
source · pub struct ResultAndState {
pub result: ExecutionResult,
pub state: State,
}
Fields§
§result: ExecutionResult
Status of execution
state: State
State that got updated
Trait Implementations§
source§impl Clone for ResultAndState
impl Clone for ResultAndState
source§fn clone(&self) -> ResultAndState
fn clone(&self) -> ResultAndState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ResultAndState
impl Debug for ResultAndState
source§impl PartialEq<ResultAndState> for ResultAndState
impl PartialEq<ResultAndState> for ResultAndState
source§fn eq(&self, other: &ResultAndState) -> bool
fn eq(&self, other: &ResultAndState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.