Struct saito_rust::network::OUTBOUND_PEER_CONNECTIONS_GLOBAL [−][src]
pub struct OUTBOUND_PEER_CONNECTIONS_GLOBAL { /* fields omitted */ }
Trait Implementations
type Target = Arc<RwLock<OutboundPeersDB>>
type Target = Arc<RwLock<OutboundPeersDB>>
The resulting type after dereferencing.
Dereferences the value.
Auto Trait Implementations
impl Send for OUTBOUND_PEER_CONNECTIONS_GLOBAL
impl Sync for OUTBOUND_PEER_CONNECTIONS_GLOBAL
impl Unpin for OUTBOUND_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