1 2 3 4 5 6 7 8
#[derive(Serialize, Deserialize, Debug, Clone, Default)] pub struct Dashboard {} impl Dashboard { pub fn new() -> Dashboard { Dashboard {} } }