Enum virtual_net::SocketStatus
source · pub enum SocketStatus {
Opening,
Opened,
Closed,
Failed,
}
Variants§
Trait Implementations§
source§impl Clone for SocketStatus
impl Clone for SocketStatus
source§fn clone(&self) -> SocketStatus
fn clone(&self) -> SocketStatus
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 SocketStatus
impl Debug for SocketStatus
source§impl PartialEq<SocketStatus> for SocketStatus
impl PartialEq<SocketStatus> for SocketStatus
source§fn eq(&self, other: &SocketStatus) -> bool
fn eq(&self, other: &SocketStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.