Searched defs:CustomizedNotification (Results 1 – 3 of 3) sorted by relevance
50 mut customized: Option<CustomizedNotification>, in task_eventual_notify()91 mut customized: Option<CustomizedNotification>, in task_progress_notify()144 mut customized: Option<CustomizedNotification>, in group_eventual_notify()177 mut customized: Option<CustomizedNotification>, in group_progress_notify()
40 pub(crate) struct CustomizedNotification { struct41 pub title: Option<String>,42 pub text: Option<String>,185 ) -> Option<CustomizedNotification> { in query_task_customized_notification()217 ) -> Option<CustomizedNotification> { in query_group_customized_notification()
308 fn group_customized_notify(&mut self, group_id: u32) -> Option<CustomizedNotification> { in group_customized_notify()318 fn task_customized_notify(&mut self, task_id: u32) -> Option<CustomizedNotification> { in task_customized_notify()