Struct libp2p_core::connection::IncomingInfo [−][src]
Expand description
Borrowed information about an incoming connection currently being negotiated.
Fields
local_addr: &'a MultiaddrLocal connection address.
send_back_addr: &'a MultiaddrStack of protocols used to send back data to the remote.
Implementations
Builds the ConnectedPoint corresponding to the incoming connection.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for IncomingInfo<'a>impl<'a> Send for IncomingInfo<'a>impl<'a> Sync for IncomingInfo<'a>impl<'a> Unpin for IncomingInfo<'a>impl<'a> UnwindSafe for IncomingInfo<'a>Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V