Enum rotor_capnp::ConnectionState [] [src]

pub enum ConnectionState {
    Idle,
    Receiving,
    Sending,
    Sleeping,
}

State of the underlying connection

Variants

Trait Implementations

impl Debug for ConnectionState
[src]

Formats the value using the given formatter.