Enum bitcoin_qt::NotificatorMode
source · pub enum NotificatorMode {
None,
Freedesktop,
QSystemTray,
UserNotificationCenter,
}
Variants§
None
| Ignore informational notifications, | and show a modal pop-up dialog for Critical | notifications. |
Freedesktop
| Use DBus org.freedesktop.Notifications |
QSystemTray
| Use QSystemTrayIcon::showMessage() |
UserNotificationCenter
| Use the 10.8+ User Notification Center | (Mac only) |
Auto Trait Implementations§
impl RefUnwindSafe for NotificatorMode
impl Send for NotificatorMode
impl Sync for NotificatorMode
impl Unpin for NotificatorMode
impl UnwindSafe for NotificatorMode
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more