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 moresource§impl Debug for CloseConnection
impl Debug for CloseConnection
Auto Trait Implementations§
impl RefUnwindSafe for CloseConnection
impl Send for CloseConnection
impl Sync for CloseConnection
impl Unpin for CloseConnection
impl UnwindSafe for CloseConnection
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more