pub struct PlaceEarnOrderParams {
pub category: String,
pub order_type: String,
pub account_type: String,
pub amount: String,
pub coin: String,
pub product_id: String,
pub order_link_id: String,
pub redeem_position_id: Option<String>,
pub to_account_type: Option<String>,
pub interest_card: Option<Value>,
}Fields§
§category: String§order_type: String§account_type: String§amount: String§coin: String§product_id: String§order_link_id: String§redeem_position_id: Option<String>§to_account_type: Option<String>§interest_card: Option<Value>Trait Implementations§
Source§impl Clone for PlaceEarnOrderParams
impl Clone for PlaceEarnOrderParams
Source§fn clone(&self) -> PlaceEarnOrderParams
fn clone(&self) -> PlaceEarnOrderParams
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 PlaceEarnOrderParams
impl Debug for PlaceEarnOrderParams
Source§impl<'de> Deserialize<'de> for PlaceEarnOrderParams
impl<'de> Deserialize<'de> for PlaceEarnOrderParams
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 PlaceEarnOrderParams
impl RefUnwindSafe for PlaceEarnOrderParams
impl Send for PlaceEarnOrderParams
impl Sync for PlaceEarnOrderParams
impl Unpin for PlaceEarnOrderParams
impl UnsafeUnpin for PlaceEarnOrderParams
impl UnwindSafe for PlaceEarnOrderParams
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