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