functionality for individual commands
This commit is contained in:
parent
b4a49918fc
commit
f24a4f72df
|
|
@ -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() {
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue