Struct saito_rust::network::INBOUND_PEER_CONNECTIONS_GLOBAL [−][src]
pub struct INBOUND_PEER_CONNECTIONS_GLOBAL { /* fields omitted */ }Trait Implementations
type Target = Arc<RwLock<InboundPeersDB>>
type Target = Arc<RwLock<InboundPeersDB>>
The resulting type after dereferencing.
Dereferences the value.
Auto Trait Implementations
impl Send for INBOUND_PEER_CONNECTIONS_GLOBAL
impl Sync for INBOUND_PEER_CONNECTIONS_GLOBAL
impl Unpin for INBOUND_PEER_CONNECTIONS_GLOBAL
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more