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