functionality for individual commands

This commit is contained in:
Mitchell 2020-08-16 17:15:23 +01:00
parent b4a49918fc
commit f24a4f72df
1 changed files with 73 additions and 0 deletions

73
src/commands/behaviors.rs Normal file
View File

@ -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() {
}
}