pub struct P2P_METRICS { /* private fields */ }
Trait Implementations§
Source§impl Deref for P2P_METRICS
impl Deref for P2P_METRICS
Source§type Target = P2PMetrics
type Target = P2PMetrics
The resulting type after dereferencing.
Source§fn deref(&self) -> &P2PMetrics
fn deref(&self) -> &P2PMetrics
Dereferences the value.
impl LazyStatic for P2P_METRICS
Auto Trait Implementations§
impl Freeze for P2P_METRICS
impl RefUnwindSafe for P2P_METRICS
impl Send for P2P_METRICS
impl Sync for P2P_METRICS
impl Unpin for P2P_METRICS
impl UnwindSafe for P2P_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