Enum libp2p_core::either::EitherName [−][src]
pub enum EitherName<A, B> { A(A), B(B), }
Variants
Trait Implementations
impl<A: Clone, B: Clone> Clone for EitherName<A, B>
[src]
impl<A: Clone, B: Clone> Clone for EitherName<A, B>
[src]fn clone(&self) -> EitherName<A, B>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<A: Debug, B: Debug> Debug for EitherName<A, B>
[src]
impl<A: Debug, B: Debug> Debug for EitherName<A, B>
[src]impl<A: ProtocolName, B: ProtocolName> ProtocolName for EitherName<A, B>
[src]
impl<A: ProtocolName, B: ProtocolName> ProtocolName for EitherName<A, B>
[src]fn protocol_name(&self) -> &[u8]
[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,