use serde::{Deserialize, Serialize}; #[derive(Clone, Hash, Serialize, Deserialize)] pub struct User { pub username: String, pub instance: String, }