#[derive(Deserialize)] pub struct Instance { pub uri: String, pub title: String, pub description: String, pub email: String, }