Struct cfx_rpc_cfx_types::trace::EpochTrace
source · pub struct EpochTrace { /* private fields */ }
Implementations§
source§impl EpochTrace
impl EpochTrace
pub fn new( cfx_traces: Vec<LocalizedTrace>, eth_traces: Vec<EthLocalizedTrace> ) -> Self
Trait Implementations§
source§impl Debug for EpochTrace
impl Debug for EpochTrace
Auto Trait Implementations§
impl RefUnwindSafe for EpochTrace
impl Send for EpochTrace
impl Sync for EpochTrace
impl Unpin for EpochTrace
impl UnwindSafe for EpochTrace
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