pub struct RemoveLiquidityParams {
pub product_id: String,
pub order_link_id: String,
pub position_id: String,
pub remove_rate: Option<i32>,
pub remove_type: Option<String>,
}Fields§
§product_id: String§order_link_id: String§position_id: String§remove_rate: Option<i32>§remove_type: Option<String>Trait Implementations§
Source§impl Clone for RemoveLiquidityParams
impl Clone for RemoveLiquidityParams
Source§fn clone(&self) -> RemoveLiquidityParams
fn clone(&self) -> RemoveLiquidityParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RemoveLiquidityParams
impl Debug for RemoveLiquidityParams
Source§impl<'de> Deserialize<'de> for RemoveLiquidityParams
impl<'de> Deserialize<'de> for RemoveLiquidityParams
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
Auto Trait Implementations§
impl Freeze for RemoveLiquidityParams
impl RefUnwindSafe for RemoveLiquidityParams
impl Send for RemoveLiquidityParams
impl Sync for RemoveLiquidityParams
impl Unpin for RemoveLiquidityParams
impl UnsafeUnpin for RemoveLiquidityParams
impl UnwindSafe for RemoveLiquidityParams
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