/ src / profile / proxy / misc / database / row.rs
row.rs
1  pub struct Row {
2      //pub id: i64,
3      //pub profile_id: i64,
4      pub key: String,
5      pub value: Option<String>,
6  }