use serde::Deserialize; #[derive(Deserialize)] pub struct Client { pub ip: String, pub hostname: String, pub username: String, pub os: String, pub platform: String }