Struct libp2p_swarm::behaviour::ExpiredListenAddr
source · pub struct ExpiredListenAddr<'a> {
pub listener_id: ListenerId,
pub addr: &'a Multiaddr,
}
Expand description
FromSwarm
variant that informs the behaviour that a multiaddr
we were listening on has expired,
which means that we are no longer listening on it.
Fields§
§listener_id: ListenerId
§addr: &'a Multiaddr
Trait Implementations§
source§impl<'a> Clone for ExpiredListenAddr<'a>
impl<'a> Clone for ExpiredListenAddr<'a>
source§fn clone(&self) -> ExpiredListenAddr<'a>
fn clone(&self) -> ExpiredListenAddr<'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