1 2 3 4 5 6 7 8 9
#[derive(Clone)] pub struct Memory { pub id: Option<i64>, pub is_enabled: bool, pub priority: i32, pub request: String, pub time: gtk::glib::DateTime, pub url: String, }