Struct libp2p::swarm::protocols_handler::multi::Info [−][src]
pub struct Info<K, I> { /* fields omitted */ }
The aggregated InboundOpenInfo
s of supported inbound substream protocols.
Implementations
Trait Implementations
Auto Trait Implementations
impl<K, I> RefUnwindSafe for Info<K, I> where
I: RefUnwindSafe,
K: RefUnwindSafe,
I: RefUnwindSafe,
K: RefUnwindSafe,
impl<K, I> Send for Info<K, I> where
I: Send,
K: Send,
I: Send,
K: Send,
impl<K, I> Sync for Info<K, I> where
I: Sync,
K: Sync,
I: Sync,
K: Sync,
impl<K, I> Unpin for Info<K, I> where
I: Unpin,
K: Unpin,
I: Unpin,
K: Unpin,
impl<K, I> UnwindSafe for Info<K, I> where
I: UnwindSafe,
K: UnwindSafe,
I: UnwindSafe,
K: UnwindSafe,