Struct libp2p_swarm::behaviour::ConnectionEstablished
source · pub struct ConnectionEstablished<'a> {
pub peer_id: PeerId,
pub connection_id: ConnectionId,
pub endpoint: &'a ConnectedPoint,
pub failed_addresses: &'a [Multiaddr],
pub other_established: usize,
}
Expand description
FromSwarm
variant that informs the behaviour about a newly established connection to a peer.
Fields§
§peer_id: PeerId
§connection_id: ConnectionId
§endpoint: &'a ConnectedPoint
§failed_addresses: &'a [Multiaddr]
§other_established: usize
Trait Implementations§
source§impl<'a> Clone for ConnectionEstablished<'a>
impl<'a> Clone for ConnectionEstablished<'a>
source§fn clone(&self) -> ConnectionEstablished<'a>
fn clone(&self) -> ConnectionEstablished<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more