Struct notifier_rs::notification_service::NotificationService [−][src]
pub struct NotificationService { /* fields omitted */ }Methods
impl NotificationService[src]
impl NotificationServicepub fn new() -> NotificationService[src]
pub fn new() -> NotificationServicepub fn add(&mut self, notifier: Box<INotifier>)[src]
pub fn add(&mut self, notifier: Box<INotifier>)pub fn notify(&self, message: &String, notification_level: NotificationLevel)[src]
pub fn notify(&self, message: &String, notification_level: NotificationLevel)Auto Trait Implementations
impl !Send for NotificationService
impl !Send for NotificationServiceimpl !Sync for NotificationService
impl !Sync for NotificationService