Enum sozu_lib::network::tcp::ConnectionStatus [] [src]

pub enum ConnectionStatus {
    Initial,
    ClientConnected,
    Connected,
    ClientClosed,
    ServerClosed,
    Closed,
}

Variants

Trait Implementations

impl Debug for ConnectionStatus
[src]

Formats the value using the given formatter.

impl Clone for ConnectionStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ConnectionStatus
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ConnectionStatus
[src]