Enum server::net::types::Command
[−]
[src]
pub enum Command {
Quit,
Ping,
Query(String),
}Sent by the client to the server.
Many commands are executed via query, but there are some "special" commands that are not sent as query.
Variants
Quit | |
Ping | |
Query |