Struct libp2p_swarm::behaviour::NewListener
source · pub struct NewListener {
pub listener_id: ListenerId,
}
Expand description
FromSwarm
variant that informs the behaviour that a new listener was created.
Fields§
§listener_id: ListenerId
Trait Implementations§
source§impl Clone for NewListener
impl Clone for NewListener
source§fn clone(&self) -> NewListener
fn clone(&self) -> NewListener
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