pub struct TXPOOL_METRICS { /* private fields */ }
Trait Implementations§
Source§impl Deref for TXPOOL_METRICS
impl Deref for TXPOOL_METRICS
Source§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 Freeze for TXPOOL_METRICS
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