Struct libp2p_swarm::toggle::ToggleIntoProtoHandler [−][src]
pub struct ToggleIntoProtoHandler<TInner> { /* fields omitted */ }
Implementation of IntoProtocolsHandler
that can be in the disabled state.
Trait Implementations
impl<TInner> IntoProtocolsHandler for ToggleIntoProtoHandler<TInner> where
TInner: IntoProtocolsHandler,
[src]
impl<TInner> IntoProtocolsHandler for ToggleIntoProtoHandler<TInner> where
TInner: IntoProtocolsHandler,
[src]type Handler = ToggleProtoHandler<TInner::Handler>
The protocols handler.
fn into_handler(
self,
remote_peer_id: &PeerId,
connected_point: &ConnectedPoint
) -> Self::Handler
[src]
self,
remote_peer_id: &PeerId,
connected_point: &ConnectedPoint
) -> Self::Handler
fn inbound_protocol(
&self
) -> <Self::Handler as ProtocolsHandler>::InboundProtocol
[src]
&self
) -> <Self::Handler as ProtocolsHandler>::InboundProtocol
fn select<TProto2>(
self,
other: TProto2
) -> IntoProtocolsHandlerSelect<Self, TProto2> where
Self: Sized,
[src]
self,
other: TProto2
) -> IntoProtocolsHandlerSelect<Self, TProto2> where
Self: Sized,
fn into_node_handler_builder(self) -> NodeHandlerWrapperBuilder<Self> where
Self: Sized,
[src]
Self: Sized,
Auto Trait Implementations
impl<TInner> RefUnwindSafe for ToggleIntoProtoHandler<TInner> where
TInner: RefUnwindSafe,
TInner: RefUnwindSafe,
impl<TInner> Send for ToggleIntoProtoHandler<TInner> where
TInner: Send,
TInner: Send,
impl<TInner> Sync for ToggleIntoProtoHandler<TInner> where
TInner: Sync,
TInner: Sync,
impl<TInner> Unpin for ToggleIntoProtoHandler<TInner> where
TInner: Unpin,
TInner: Unpin,
impl<TInner> UnwindSafe for ToggleIntoProtoHandler<TInner> where
TInner: UnwindSafe,
TInner: UnwindSafe,