pub(crate) enum Emission {
Block(BlockEvent<Block>),
Mempool(Vec<(Transaction, u64)>),
Tip(u32),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Emission
impl RefUnwindSafe for Emission
impl Send for Emission
impl Sync for Emission
impl Unpin for Emission
impl UnwindSafe for Emission
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