1 2 3 4 5
#[derive(Debug, Clone, PartialEq, Eq)] pub(crate) struct SettingRow { pub(crate) key: String, pub(crate) value: String, }