Struct bitcoin_qt::TransactionNotification
source · pub struct TransactionNotification { /* private fields */ }
Expand description
| queue notifications to show a non freezing | progress dialog e.g. for rescan |
Implementations§
Trait Implementations§
source§impl Default for TransactionNotification
impl Default for TransactionNotification
source§fn default() -> TransactionNotification
fn default() -> TransactionNotification
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for TransactionNotification
impl Send for TransactionNotification
impl Sync for TransactionNotification
impl Unpin for TransactionNotification
impl UnwindSafe for TransactionNotification
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