Struct fuel_core_metrics::txpool_metrics::TxPoolMetrics
source · pub struct TxPoolMetrics {
pub registry: Registry,
pub tx_size_histogram: Histogram,
}
Fields§
§registry: Registry
§tx_size_histogram: Histogram
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TxPoolMetrics
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