Enum sozu_lib::network::tcp::ConnectionStatus [−][src]
pub enum ConnectionStatus {
Initial,
ClientConnected,
Connected,
ClientClosed,
ServerClosed,
Closed,
}Variants
InitialClientConnectedConnectedClientClosedServerClosedClosed
Trait Implementations
impl Debug for ConnectionStatus[src]
impl Debug for ConnectionStatusfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ConnectionStatus[src]
impl Clone for ConnectionStatusfn clone(&self) -> ConnectionStatus[src]
fn clone(&self) -> ConnectionStatusReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for ConnectionStatus[src]
impl PartialEq for ConnectionStatusfn eq(&self, other: &ConnectionStatus) -> bool[src]
fn eq(&self, other: &ConnectionStatus) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for ConnectionStatus[src]
impl Eq for ConnectionStatusAuto Trait Implementations
impl Send for ConnectionStatus
impl Send for ConnectionStatusimpl Sync for ConnectionStatus
impl Sync for ConnectionStatus