Struct libp2p_swarm::behaviour::NewListenAddr
source · pub struct NewListenAddr<'a> {
pub listener_id: ListenerId,
pub addr: &'a Multiaddr,
}
Expand description
FromSwarm
variant that informs the behaviour
that we have started listening on a new multiaddr.
Fields§
§listener_id: ListenerId
§addr: &'a Multiaddr
Trait Implementations§
source§impl<'a> Clone for NewListenAddr<'a>
impl<'a> Clone for NewListenAddr<'a>
source§fn clone(&self) -> NewListenAddr<'a>
fn clone(&self) -> NewListenAddr<'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