Struct fuel_core_metrics::txpool_metrics::TxPoolMetrics
source · pub struct TxPoolMetrics {
pub registry: Registry,
pub gas_price_histogram: Histogram,
pub tx_size_histogram: Histogram,
}
Fields§
§registry: Registry
§gas_price_histogram: Histogram
§tx_size_histogram: Histogram
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for TxPoolMetrics
impl Send for TxPoolMetrics
impl Sync for TxPoolMetrics
impl Unpin for TxPoolMetrics
impl !UnwindSafe for TxPoolMetrics
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