1 2 3 4 5 6 7 8
pub struct Row { pub id: i64, pub is_enabled: bool, pub priority: i32, pub request: String, pub time: i64, pub url: String, }