#[derive(Serialize, Deserialize, Debug, Clone)] pub struct Dashboard {} impl Dashboard { pub fn new() -> Dashboard { Dashboard {} } }