pub struct UnsubscribePoolLiquidityUpdates {
pub address: Address,
pub client_id: Option<ClientId>,
pub command_id: UUID4,
pub ts_init: UnixNanos,
pub params: Option<IndexMap<String, String>>,
}
Expand description
Represents an unsubscription command for pool liquidity updates from a specific AMM pool.
Fields§
§address: Address
§client_id: Option<ClientId>
§command_id: UUID4
§ts_init: UnixNanos
§params: Option<IndexMap<String, String>>
Implementations§
Trait Implementations§
Source§impl Clone for UnsubscribePoolLiquidityUpdates
impl Clone for UnsubscribePoolLiquidityUpdates
Source§fn clone(&self) -> UnsubscribePoolLiquidityUpdates
fn clone(&self) -> UnsubscribePoolLiquidityUpdates
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 moreAuto Trait Implementations§
impl Freeze for UnsubscribePoolLiquidityUpdates
impl RefUnwindSafe for UnsubscribePoolLiquidityUpdates
impl Send for UnsubscribePoolLiquidityUpdates
impl Sync for UnsubscribePoolLiquidityUpdates
impl Unpin for UnsubscribePoolLiquidityUpdates
impl UnwindSafe for UnsubscribePoolLiquidityUpdates
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