Struct libp2p_swarm::behaviour::NewExternalAddr
source · pub struct NewExternalAddr<'a> {
pub addr: &'a Multiaddr,
}
Expand description
FromSwarm
variant that informs the behaviour
that we have discovered a new external address for us.
Fields§
§addr: &'a Multiaddr
Trait Implementations§
source§impl<'a> Clone for NewExternalAddr<'a>
impl<'a> Clone for NewExternalAddr<'a>
source§fn clone(&self) -> NewExternalAddr<'a>
fn clone(&self) -> NewExternalAddr<'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