pub enum StacksChainMempoolEvent {
TransactionsAdmitted(Vec<MempoolAdmissionData>),
TransactionDropped(String),
}Variants§
TransactionsAdmitted(Vec<MempoolAdmissionData>)
TransactionDropped(String)
Trait Implementations§
source§impl Clone for StacksChainMempoolEvent
impl Clone for StacksChainMempoolEvent
source§fn clone(&self) -> StacksChainMempoolEvent
fn clone(&self) -> StacksChainMempoolEvent
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 StacksChainMempoolEvent
impl Debug for StacksChainMempoolEvent
source§impl PartialEq<StacksChainMempoolEvent> for StacksChainMempoolEvent
impl PartialEq<StacksChainMempoolEvent> for StacksChainMempoolEvent
source§fn eq(&self, other: &StacksChainMempoolEvent) -> bool
fn eq(&self, other: &StacksChainMempoolEvent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for StacksChainMempoolEvent
Auto Trait Implementations§
impl RefUnwindSafe for StacksChainMempoolEvent
impl Send for StacksChainMempoolEvent
impl Sync for StacksChainMempoolEvent
impl Unpin for StacksChainMempoolEvent
impl UnwindSafe for StacksChainMempoolEvent
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> IntoCollection<T> for T
impl<T> IntoCollection<T> for T
§fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
fn into_collection<A>(self) -> SmallVec<A>where A: Array<Item = T>,
Converts
self into a collection.