Struct libp2p_swarm::handler::multi::Info
source · pub struct Info<K, I> { /* private fields */ }
Expand description
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,
impl<K, I> Send for Info<K, I>
impl<K, I> Sync for Info<K, I>
impl<K, I> Unpin for Info<K, I>
impl<K, I> UnwindSafe for Info<K, I>where
I: UnwindSafe,
K: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more