Struct libp2p_core::connection::IncomingInfo
source · [−]Expand description
Borrowed information about an incoming connection currently being negotiated.
Fields
local_addr: &'a MultiaddrLocal connection address.
send_back_addr: &'a MultiaddrAddress used to send back data to the remote.
Implementations
Builds the PendingPoint corresponding to the incoming connection.
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