Enum bitcoin_qt::NotificatorClass
source · pub enum NotificatorClass {
Information,
Warning,
Critical,
}
Expand description
| Message class |
Variants§
Information
| Informational message |
Warning
| Notify user of potential problem |
Critical
| An error occurred |
Auto Trait Implementations§
impl RefUnwindSafe for NotificatorClass
impl Send for NotificatorClass
impl Sync for NotificatorClass
impl Unpin for NotificatorClass
impl UnwindSafe for NotificatorClass
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