diff --git a/src/commands/behaviors.rs b/src/commands/behaviors.rs new file mode 100644 index 0000000..8938041 --- /dev/null +++ b/src/commands/behaviors.rs @@ -0,0 +1,73 @@ +struct Request {} + +struct Info {} + +struct Connect {} + +struct Disconnect {} + +struct ClientUpdate {} + +struct ClientInfo {} + +struct ClientRemove {} + +struct Client {} + +struct Success {} + +struct Error {} + +trait Runnables { + fn run(&self); +} + +impl Runnables for Request { + fn run() { + } +} + +impl Runnables for Request { + fn run() { + } +} + +impl Runnables for Request { + fn run() { + } +} + +impl Runnables for Request { + fn run() { + } +} + +impl Runnables for Request { + fn run() { + } +} + +impl Runnables for Request { + fn run() { + } +} + +impl Runnables for Request { + fn run() { + } +} + +impl Runnables for Request { + fn run() { + } +} + +impl Runnables for Request { + fn run() { + } +} + +impl Runnables for Request { + fn run() { + } +}