Struct cfx_parity_trace_types::trace_types::ExecTrace
source · 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: Action
Type of action performed by a transaction.
valid: bool
Implementations§
Trait Implementations§
source§impl PartialEq for ExecTrace
impl PartialEq for ExecTrace
impl StructuralPartialEq for ExecTrace
Auto Trait Implementations§
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