Struct libp2p::core::connection::IncomingInfo [−][src]
Borrowed information about an incoming connection currently being negotiated.
Fields
local_addr: &'a Multiaddr
Local connection address.
send_back_addr: &'a Multiaddr
Stack of protocols used to send back data to the remote.
Implementations
impl<'a> IncomingInfo<'a>
[src]
impl<'a> IncomingInfo<'a>
[src]pub fn to_connected_point(&self) -> ConnectedPoint
[src]
Builds the ConnectedPoint
corresponding to the incoming connection.
Trait Implementations
impl<'a> Clone for IncomingInfo<'a>
[src]
impl<'a> Clone for IncomingInfo<'a>
[src]pub fn clone(&self) -> IncomingInfo<'a>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'a> Debug for IncomingInfo<'a>
[src]
impl<'a> Debug for IncomingInfo<'a>
[src]