pub enum Topic {
RawTx,
HashTx,
RawBlock,
HashBlock,
}
Expand description
Topics provided by the bitcoind ZMQ
Variants§
RawTx
Raw transaction topic
HashTx
Transaction hash topic
RawBlock
Raw block topic
HashBlock
Block hash topic
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Topic
impl RefUnwindSafe for Topic
impl Send for Topic
impl Sync for Topic
impl Unpin for Topic
impl UnwindSafe for Topic
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more