Enum libp2p_core::either::EitherOutbound [−][src]
pub enum EitherOutbound<A: StreamMuxer, B: StreamMuxer> { A(A::OutboundSubstream), B(B::OutboundSubstream), }
Variants
A(A::OutboundSubstream)B(B::OutboundSubstream)Trait Implementations
impl<A: Clone + StreamMuxer, B: Clone + StreamMuxer> Clone for EitherOutbound<A, B> where
A::OutboundSubstream: Clone,
B::OutboundSubstream: Clone,
impl<A: Clone + StreamMuxer, B: Clone + StreamMuxer> Clone for EitherOutbound<A, B> where
A::OutboundSubstream: Clone,
B::OutboundSubstream: Clone, impl<A: Debug + StreamMuxer, B: Debug + StreamMuxer> Debug for EitherOutbound<A, B> where
A::OutboundSubstream: Debug,
B::OutboundSubstream: Debug,
impl<A: Debug + StreamMuxer, B: Debug + StreamMuxer> Debug for EitherOutbound<A, B> where
A::OutboundSubstream: Debug,
B::OutboundSubstream: Debug, impl<A: Copy + StreamMuxer, B: Copy + StreamMuxer> Copy for EitherOutbound<A, B> where
A::OutboundSubstream: Copy,
B::OutboundSubstream: Copy, Auto Trait Implementations
impl<A, B> RefUnwindSafe for EitherOutbound<A, B> where
<A as StreamMuxer>::OutboundSubstream: RefUnwindSafe,
<B as StreamMuxer>::OutboundSubstream: RefUnwindSafe, impl<A, B> Send for EitherOutbound<A, B> where
<A as StreamMuxer>::OutboundSubstream: Send,
<B as StreamMuxer>::OutboundSubstream: Send, impl<A, B> Sync for EitherOutbound<A, B> where
<A as StreamMuxer>::OutboundSubstream: Sync,
<B as StreamMuxer>::OutboundSubstream: Sync, impl<A, B> Unpin for EitherOutbound<A, B> where
<A as StreamMuxer>::OutboundSubstream: Unpin,
<B as StreamMuxer>::OutboundSubstream: Unpin, impl<A, B> UnwindSafe for EitherOutbound<A, B> where
<A as StreamMuxer>::OutboundSubstream: UnwindSafe,
<B as StreamMuxer>::OutboundSubstream: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V