pub struct ZMQPublishHashTransactionNotifier { /* private fields */ }Trait Implementations§
source§impl NotifyTransaction for ZMQPublishHashTransactionNotifier
impl NotifyTransaction for ZMQPublishHashTransactionNotifier
source§fn notify_transaction(&mut self, transaction: &Transaction) -> bool
fn notify_transaction(&mut self, transaction: &Transaction) -> bool
| Notifies of transactions added to mempool
| or appearing in blocks
|
Auto Trait Implementations§
impl RefUnwindSafe for ZMQPublishHashTransactionNotifier
impl !Send for ZMQPublishHashTransactionNotifier
impl !Sync for ZMQPublishHashTransactionNotifier
impl Unpin for ZMQPublishHashTransactionNotifier
impl UnwindSafe for ZMQPublishHashTransactionNotifier
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