summaryrefslogtreecommitdiff
path: root/src/modules/types.rs
blob: 1af99d6500f2b13e5fafbaae1a3cb6878df27342 (plain)
1
2
3
4
5
6
7
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq)]
pub enum ModuleType {
    Navigation,
    Mining,
    Engines,
    Dashboard,
}