Struct ethcore_sync::TransactionStats
source · [−]Expand description
Transaction stats
Fields
first_seen: u64
Block number where this TX was first seen.
propagated_to: BTreeMap<H512, usize>
Peers it was propagated to.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TransactionStats
impl Send for TransactionStats
impl Sync for TransactionStats
impl Unpin for TransactionStats
impl UnwindSafe for TransactionStats
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more