Struct ex3_node_types::transaction::RemoveAmmV2Liquidity
source · pub struct RemoveAmmV2Liquidity {
pub market_id: SpotMarketId,
pub liquidity_token_quantity: AssetAmount,
}Expand description
Remove liquidity
Fields§
§market_id: SpotMarketIdMarket id
liquidity_token_quantity: AssetAmountLiquidity token quantity
Trait Implementations§
source§impl Clone for RemoveAmmV2Liquidity
impl Clone for RemoveAmmV2Liquidity
source§fn clone(&self) -> RemoveAmmV2Liquidity
fn clone(&self) -> RemoveAmmV2Liquidity
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 RemoveAmmV2Liquidity
impl Debug for RemoveAmmV2Liquidity
source§impl<'de> Deserialize<'de> for RemoveAmmV2Liquidity
impl<'de> Deserialize<'de> for RemoveAmmV2Liquidity
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for RemoveAmmV2Liquidity
impl PartialEq for RemoveAmmV2Liquidity
source§fn eq(&self, other: &RemoveAmmV2Liquidity) -> bool
fn eq(&self, other: &RemoveAmmV2Liquidity) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for RemoveAmmV2Liquidity
impl Serialize for RemoveAmmV2Liquidity
impl Eq for RemoveAmmV2Liquidity
impl StructuralPartialEq for RemoveAmmV2Liquidity
Auto Trait Implementations§
impl Freeze for RemoveAmmV2Liquidity
impl RefUnwindSafe for RemoveAmmV2Liquidity
impl Send for RemoveAmmV2Liquidity
impl Sync for RemoveAmmV2Liquidity
impl Unpin for RemoveAmmV2Liquidity
impl UnwindSafe for RemoveAmmV2Liquidity
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