1
2
3
4
#[derive(Debug, Clone, Hash, Eq, PartialEq)]
pub struct DatabaseEnum {
    pub(crate) choices: Vec<String>,
}