pub struct PlaceAdvanceEarnOrderParams {Show 14 fields
pub category: String,
pub product_id: i64,
pub order_type: String,
pub amount: String,
pub account_type: String,
pub coin: String,
pub order_link_id: String,
pub dual_assets_extra: Option<DualAssetsExtra>,
pub interest_card: Option<InterestCard>,
pub smart_leverage_stake_extra: Option<SmartLeverageStakeExtra>,
pub smart_leverage_redeem_extra: Option<SmartLeverageRedeemExtra>,
pub double_win_stake_extra: Option<Value>,
pub double_win_redeem_extra: Option<Value>,
pub discount_buy_extra: Option<Value>,
}Fields§
§category: String§product_id: i64§order_type: String§amount: String§account_type: String§coin: String§order_link_id: String§dual_assets_extra: Option<DualAssetsExtra>§interest_card: Option<InterestCard>§smart_leverage_stake_extra: Option<SmartLeverageStakeExtra>§smart_leverage_redeem_extra: Option<SmartLeverageRedeemExtra>§double_win_stake_extra: Option<Value>§double_win_redeem_extra: Option<Value>§discount_buy_extra: Option<Value>Trait Implementations§
Source§impl Clone for PlaceAdvanceEarnOrderParams
impl Clone for PlaceAdvanceEarnOrderParams
Source§fn clone(&self) -> PlaceAdvanceEarnOrderParams
fn clone(&self) -> PlaceAdvanceEarnOrderParams
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 PlaceAdvanceEarnOrderParams
impl Debug for PlaceAdvanceEarnOrderParams
Source§impl<'de> Deserialize<'de> for PlaceAdvanceEarnOrderParams
impl<'de> Deserialize<'de> for PlaceAdvanceEarnOrderParams
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 PlaceAdvanceEarnOrderParams
impl RefUnwindSafe for PlaceAdvanceEarnOrderParams
impl Send for PlaceAdvanceEarnOrderParams
impl Sync for PlaceAdvanceEarnOrderParams
impl Unpin for PlaceAdvanceEarnOrderParams
impl UnsafeUnpin for PlaceAdvanceEarnOrderParams
impl UnwindSafe for PlaceAdvanceEarnOrderParams
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