Struct libp2p_swarm::protocols_handler::ProtocolsHandlerSelect [−][src]
Implementation of ProtocolsHandler
that combines two protocols into one.
Trait Implementations
impl<TProto1: Clone, TProto2: Clone> Clone for ProtocolsHandlerSelect<TProto1, TProto2>
[src][+]
impl<TProto1: Debug, TProto2: Debug> Debug for ProtocolsHandlerSelect<TProto1, TProto2>
[src][+]
impl<TProto1, TProto2> ProtocolsHandler for ProtocolsHandlerSelect<TProto1, TProto2> where
TProto1: ProtocolsHandler,
TProto2: ProtocolsHandler,
[src][+]
TProto1: ProtocolsHandler,
TProto2: ProtocolsHandler,
Auto Trait Implementations
impl<TProto1, TProto2> RefUnwindSafe for ProtocolsHandlerSelect<TProto1, TProto2> where
TProto1: RefUnwindSafe,
TProto2: RefUnwindSafe,
TProto1: RefUnwindSafe,
TProto2: RefUnwindSafe,
impl<TProto1, TProto2> Send for ProtocolsHandlerSelect<TProto1, TProto2> where
TProto1: Send,
TProto2: Send,
TProto1: Send,
TProto2: Send,
impl<TProto1, TProto2> Sync for ProtocolsHandlerSelect<TProto1, TProto2> where
TProto1: Sync,
TProto2: Sync,
TProto1: Sync,
TProto2: Sync,
impl<TProto1, TProto2> Unpin for ProtocolsHandlerSelect<TProto1, TProto2> where
TProto1: Unpin,
TProto2: Unpin,
TProto1: Unpin,
TProto2: Unpin,
impl<TProto1, TProto2> UnwindSafe for ProtocolsHandlerSelect<TProto1, TProto2> where
TProto1: UnwindSafe,
TProto2: UnwindSafe,
TProto1: UnwindSafe,
TProto2: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoProtocolsHandler for T where
T: ProtocolsHandler,
[src][+]
T: ProtocolsHandler,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,