pub enum DefiSubscribeCommand {
Blocks(SubscribeBlocks),
Pool(SubscribePool),
PoolSwaps(SubscribePoolSwaps),
PoolLiquidityUpdates(SubscribePoolLiquidityUpdates),
}
Variants§
Blocks(SubscribeBlocks)
Pool(SubscribePool)
PoolSwaps(SubscribePoolSwaps)
PoolLiquidityUpdates(SubscribePoolLiquidityUpdates)
Implementations§
Trait Implementations§
Source§impl Clone for DefiSubscribeCommand
impl Clone for DefiSubscribeCommand
Source§fn clone(&self) -> DefiSubscribeCommand
fn clone(&self) -> DefiSubscribeCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DefiSubscribeCommand
impl Debug for DefiSubscribeCommand
Source§impl PartialEq for DefiSubscribeCommand
impl PartialEq for DefiSubscribeCommand
Auto Trait Implementations§
impl Freeze for DefiSubscribeCommand
impl RefUnwindSafe for DefiSubscribeCommand
impl Send for DefiSubscribeCommand
impl Sync for DefiSubscribeCommand
impl Unpin for DefiSubscribeCommand
impl UnwindSafe for DefiSubscribeCommand
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