Struct fuel_core_metrics::txpool_metrics::TXPOOL_METRICS
source · pub struct TXPOOL_METRICS { /* private fields */ }
Trait Implementations§
source§impl Deref for TXPOOL_METRICS
impl Deref for TXPOOL_METRICS
§type Target = TxPoolMetrics
type Target = TxPoolMetrics
The resulting type after dereferencing.
source§fn deref(&self) -> &TxPoolMetrics
fn deref(&self) -> &TxPoolMetrics
Dereferences the value.
impl LazyStatic for TXPOOL_METRICS
Auto Trait Implementations§
impl RefUnwindSafe for TXPOOL_METRICS
impl Send for TXPOOL_METRICS
impl Sync for TXPOOL_METRICS
impl Unpin for TXPOOL_METRICS
impl UnwindSafe for TXPOOL_METRICS
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