pub struct ExecTrace {
pub action: Action,
pub valid: bool,
}Expand description
Trace localized in vector of traces produced by a single transaction.
Parent and children indexes refer to positions in this vector.
Fields§
§action: ActionType of action performed by a transaction.
valid: boolImplementations§
Trait Implementations§
Source§impl Encodable for ExecTrace
impl Encodable for ExecTrace
Source§fn rlp_append(&self, s: &mut RlpStream)
fn rlp_append(&self, s: &mut RlpStream)
Append a value to the stream
impl StructuralPartialEq for ExecTrace
Auto Trait Implementations§
impl Freeze for ExecTrace
impl RefUnwindSafe for ExecTrace
impl Send for ExecTrace
impl Sync for ExecTrace
impl Unpin for ExecTrace
impl UnwindSafe for ExecTrace
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more