Struct libp2p::core::network::peer::DisconnectedPeer [−][src]
pub struct DisconnectedPeer<'a, TTrans, TInEvent, TOutEvent, THandler> where
THandler: IntoConnectionHandler,
TTrans: Transport, { /* fields omitted */ }
The representation of a peer to whom the Network
has currently
neither an established connection, nor an ongoing dialing attempt
initiated by the local peer.
Implementations
impl<'a, TTrans, TInEvent, TOutEvent, THandler> DisconnectedPeer<'a, TTrans, TInEvent, TOutEvent, THandler> where
THandler: IntoConnectionHandler,
TTrans: Transport,
[src]
impl<'a, TTrans, TInEvent, TOutEvent, THandler> DisconnectedPeer<'a, TTrans, TInEvent, TOutEvent, THandler> where
THandler: IntoConnectionHandler,
TTrans: Transport,
[src]pub fn id(&self) -> &PeerId
[src]
pub fn into_peer(self) -> Peer<'a, TTrans, TInEvent, TOutEvent, THandler>
[src][−]
Returns the DisconnectedPeer
into a Peer
.
pub fn set_connected<TMuxer>(
self,
connected: Connected,
connection: Connection<TMuxer, <THandler as IntoConnectionHandler>::Handler>
) -> Result<ConnectedPeer<'a, TTrans, TInEvent, TOutEvent, THandler>, ConnectionLimit> where
TInEvent: Send + 'static,
TOutEvent: Send + 'static,
THandler: Send + 'static,
TMuxer: StreamMuxer + Send + Sync + 'static,
<TTrans as Transport>::Error: Send,
<TTrans as Transport>::Error: 'static,
<THandler as IntoConnectionHandler>::Handler: ConnectionHandler,
<THandler as IntoConnectionHandler>::Handler: Send,
<<THandler as IntoConnectionHandler>::Handler as ConnectionHandler>::OutboundOpenInfo: Send,
<<THandler as IntoConnectionHandler>::Handler as ConnectionHandler>::Error: Error,
<<THandler as IntoConnectionHandler>::Handler as ConnectionHandler>::Error: Send,
<<THandler as IntoConnectionHandler>::Handler as ConnectionHandler>::Error: 'static,
<TMuxer as StreamMuxer>::OutboundSubstream: Send,
<<THandler as IntoConnectionHandler>::Handler as ConnectionHandler>::Substream == SubstreamRef<Arc<TMuxer>>,
<<THandler as IntoConnectionHandler>::Handler as ConnectionHandler>::InEvent == TInEvent,
<<THandler as IntoConnectionHandler>::Handler as ConnectionHandler>::OutEvent == TOutEvent,
[src][−]
self,
connected: Connected,
connection: Connection<TMuxer, <THandler as IntoConnectionHandler>::Handler>
) -> Result<ConnectedPeer<'a, TTrans, TInEvent, TOutEvent, THandler>, ConnectionLimit> where
TInEvent: Send + 'static,
TOutEvent: Send + 'static,
THandler: Send + 'static,
TMuxer: StreamMuxer + Send + Sync + 'static,
<TTrans as Transport>::Error: Send,
<TTrans as Transport>::Error: 'static,
<THandler as IntoConnectionHandler>::Handler: ConnectionHandler,
<THandler as IntoConnectionHandler>::Handler: Send,
<<THandler as IntoConnectionHandler>::Handler as ConnectionHandler>::OutboundOpenInfo: Send,
<<THandler as IntoConnectionHandler>::Handler as ConnectionHandler>::Error: Error,
<<THandler as IntoConnectionHandler>::Handler as ConnectionHandler>::Error: Send,
<<THandler as IntoConnectionHandler>::Handler as ConnectionHandler>::Error: 'static,
<TMuxer as StreamMuxer>::OutboundSubstream: Send,
<<THandler as IntoConnectionHandler>::Handler as ConnectionHandler>::Substream == SubstreamRef<Arc<TMuxer>>,
<<THandler as IntoConnectionHandler>::Handler as ConnectionHandler>::InEvent == TInEvent,
<<THandler as IntoConnectionHandler>::Handler as ConnectionHandler>::OutEvent == TOutEvent,
Moves the peer into a connected state by supplying an existing established connection.
No event is generated for this action.
Panics
Panics if connected.peer_id
does not identify the current peer.
Trait Implementations
Auto Trait Implementations
impl<'a, TTrans, TInEvent, TOutEvent, THandler> !RefUnwindSafe for DisconnectedPeer<'a, TTrans, TInEvent, TOutEvent, THandler>
impl<'a, TTrans, TInEvent, TOutEvent, THandler> Send for DisconnectedPeer<'a, TTrans, TInEvent, TOutEvent, THandler> where
THandler: Send,
TInEvent: Send,
TOutEvent: Send,
TTrans: Send,
<TTrans as Transport>::Error: Send,
<<THandler as IntoConnectionHandler>::Handler as ConnectionHandler>::Error: Send,
<TTrans as Transport>::Listener: Send,
THandler: Send,
TInEvent: Send,
TOutEvent: Send,
TTrans: Send,
<TTrans as Transport>::Error: Send,
<<THandler as IntoConnectionHandler>::Handler as ConnectionHandler>::Error: Send,
<TTrans as Transport>::Listener: Send,