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 ==.source§impl Serialize for BitcoinChainEvent
impl Serialize for BitcoinChainEvent
impl StructuralPartialEq for BitcoinChainEvent
Auto Trait Implementations§
impl RefUnwindSafe for BitcoinChainEvent
impl Send for BitcoinChainEvent
impl Sync for BitcoinChainEvent
impl Unpin for BitcoinChainEvent
impl UnwindSafe for BitcoinChainEvent
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