Searched defs:CustomizedNotification (Results 1 – 3 of 3) sorted by relevance
55 mut customized: Option<CustomizedNotification>, in task_eventual_notify()96 mut customized: Option<CustomizedNotification>, in task_progress_notify()149 mut customized: Option<CustomizedNotification>, in group_eventual_notify()195 mut customized: Option<CustomizedNotification>, in group_progress_notify()
44 pub(crate) struct CustomizedNotification { struct45 pub title: Option<String>,46 pub text: Option<String>,242 ) -> Option<CustomizedNotification> { in query_task_customized_notification()275 ) -> Option<CustomizedNotification> { in query_group_customized_notification()
313 fn group_customized_notify(&mut self, group_id: u32) -> Option<CustomizedNotification> { in group_customized_notify()323 fn task_customized_notify(&mut self, task_id: u32) -> Option<CustomizedNotification> { in task_customized_notify()