Enum libp2p_swarm::behaviour::CloseConnection
source · pub enum CloseConnection {
One(ConnectionId),
All,
}
Expand description
The options which connections to close.
Variants§
Trait Implementations§
source§impl Clone for CloseConnection
impl Clone for CloseConnection
source§fn clone(&self) -> CloseConnection
fn clone(&self) -> CloseConnection
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