Enum libp2p::core::either::EitherName [−][src]
pub enum EitherName<A, B> { A(A), B(B), }
Variants
Trait Implementations
impl<A, B> Clone for EitherName<A, B> where
A: Clone,
B: Clone,
[src]
impl<A, B> Clone for EitherName<A, B> where
A: Clone,
B: Clone,
[src]pub fn clone(&self) -> EitherName<A, B>
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl<A, B> Debug for EitherName<A, B> where
A: Debug,
B: Debug,
[src]
impl<A, B> Debug for EitherName<A, B> where
A: Debug,
B: Debug,
[src]impl<A, B> ProtocolName for EitherName<A, B> where
A: ProtocolName,
B: ProtocolName,
[src]
impl<A, B> ProtocolName for EitherName<A, B> where
A: ProtocolName,
B: ProtocolName,
[src]Auto Trait Implementations
impl<A, B> RefUnwindSafe for EitherName<A, B> where
A: RefUnwindSafe,
B: RefUnwindSafe,
A: RefUnwindSafe,
B: RefUnwindSafe,
impl<A, B> Send for EitherName<A, B> where
A: Send,
B: Send,
A: Send,
B: Send,
impl<A, B> Sync for EitherName<A, B> where
A: Sync,
B: Sync,
A: Sync,
B: Sync,
impl<A, B> Unpin for EitherName<A, B> where
A: Unpin,
B: Unpin,
A: Unpin,
B: Unpin,
impl<A, B> UnwindSafe for EitherName<A, B> where
A: UnwindSafe,
B: UnwindSafe,
A: UnwindSafe,
B: UnwindSafe,