pub enum DefiUnsubscribeCommand {
Blocks(UnsubscribeBlocks),
Pool(UnsubscribePool),
PoolSwaps(UnsubscribePoolSwaps),
PoolLiquidityUpdates(UnsubscribePoolLiquidityUpdates),
}
Variants§
Blocks(UnsubscribeBlocks)
Pool(UnsubscribePool)
PoolSwaps(UnsubscribePoolSwaps)
PoolLiquidityUpdates(UnsubscribePoolLiquidityUpdates)
Implementations§
Trait Implementations§
Source§impl Clone for DefiUnsubscribeCommand
impl Clone for DefiUnsubscribeCommand
Source§fn clone(&self) -> DefiUnsubscribeCommand
fn clone(&self) -> DefiUnsubscribeCommand
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 DefiUnsubscribeCommand
impl Debug for DefiUnsubscribeCommand
Source§impl PartialEq for DefiUnsubscribeCommand
impl PartialEq for DefiUnsubscribeCommand
Auto Trait Implementations§
impl Freeze for DefiUnsubscribeCommand
impl RefUnwindSafe for DefiUnsubscribeCommand
impl Send for DefiUnsubscribeCommand
impl Sync for DefiUnsubscribeCommand
impl Unpin for DefiUnsubscribeCommand
impl UnwindSafe for DefiUnsubscribeCommand
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