pub struct LocalizedTrace {
pub action: Action,
pub valid: bool,
pub epoch_hash: H256,
pub epoch_number: U256,
pub block_hash: H256,
pub transaction_position: U64,
pub transaction_hash: H256,
}
Fields§
§action: Action
§valid: bool
§epoch_hash: H256
Epoch hash.
epoch_number: U256
Epoch number.
block_hash: H256
Block hash.
transaction_position: U64
Transaction position.
transaction_hash: H256
Signed transaction hash.
Auto Trait Implementations§
impl Freeze for LocalizedTrace
impl RefUnwindSafe for LocalizedTrace
impl Send for LocalizedTrace
impl Sync for LocalizedTrace
impl Unpin for LocalizedTrace
impl UnwindSafe for LocalizedTrace
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