pub enum BitcoinChainEvent {
ChainUpdatedWithBlocks(BitcoinChainUpdatedWithBlocksData),
ChainUpdatedWithReorg(BitcoinChainUpdatedWithReorgData),
}Variants§
ChainUpdatedWithBlocks(BitcoinChainUpdatedWithBlocksData)
ChainUpdatedWithReorg(BitcoinChainUpdatedWithReorgData)
Trait Implementations§
source§impl Clone for BitcoinChainEvent
impl Clone for BitcoinChainEvent
source§fn clone(&self) -> BitcoinChainEvent
fn clone(&self) -> BitcoinChainEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BitcoinChainEvent
impl Debug for BitcoinChainEvent
source§impl PartialEq<BitcoinChainEvent> for BitcoinChainEvent
impl PartialEq<BitcoinChainEvent> for BitcoinChainEvent
source§fn eq(&self, other: &BitcoinChainEvent) -> bool
fn eq(&self, other: &BitcoinChainEvent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.