Struct dragonfly_client::metrics::DOWNLOAD_PEER_COUNT
source · pub struct DOWNLOAD_PEER_COUNT { /* private fields */ }
Trait Implementations§
source§impl Deref for DOWNLOAD_PEER_COUNT
impl Deref for DOWNLOAD_PEER_COUNT
impl LazyStatic for DOWNLOAD_PEER_COUNT
Auto Trait Implementations§
impl RefUnwindSafe for DOWNLOAD_PEER_COUNT
impl Send for DOWNLOAD_PEER_COUNT
impl Sync for DOWNLOAD_PEER_COUNT
impl Unpin for DOWNLOAD_PEER_COUNT
impl UnwindSafe for DOWNLOAD_PEER_COUNT
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