1 pub struct Row { 2 //pub id: i64, 3 //pub profile_id: i64, 4 pub key: String, 5 pub value: Option<String>, 6 }