Struct libp2p_core::connection::PendingConnection [−][src]
pub struct PendingConnection<'a, TInEvent> { /* fields omitted */ }
A pending connection in a pool.
Implementations
impl<TInEvent> PendingConnection<'_, TInEvent>
[src]
impl<TInEvent> PendingConnection<'_, TInEvent>
[src]pub fn id(&self) -> ConnectionId
[src]
Returns the local connection ID.
pub fn peer_id(&self) -> &Option<PeerId>
[src]
Returns the (expected) identity of the remote peer, if known.
pub fn endpoint(&self) -> &ConnectedPoint
[src]
Returns information about this endpoint of the connection.
pub fn abort(self)
[src]
Aborts the connection attempt, closing the connection.
Auto Trait Implementations
impl<'a, TInEvent> !RefUnwindSafe for PendingConnection<'a, TInEvent>
impl<'a, TInEvent> Send for PendingConnection<'a, TInEvent> where
TInEvent: Send,
TInEvent: Send,
impl<'a, TInEvent> Sync for PendingConnection<'a, TInEvent> where
TInEvent: Send,
TInEvent: Send,