pub struct SmartLeverageProduct {Show 14 fields
pub category: Option<String>,
pub product_id: Option<String>,
pub invest_coin: Option<String>,
pub underlying_asset: Option<String>,
pub direction: Option<String>,
pub leverage: Option<String>,
pub duration: Option<String>,
pub expect_receive_at: Option<String>,
pub subscribe_start_at: Option<String>,
pub subscribe_end_at: Option<String>,
pub settlement_time: Option<String>,
pub min_purchase_amount: Option<String>,
pub remaining_amount: Option<String>,
pub order_precision_digital: Option<i32>,
}Fields§
§category: Option<String>§product_id: Option<String>§invest_coin: Option<String>§underlying_asset: Option<String>§direction: Option<String>§leverage: Option<String>§duration: Option<String>§expect_receive_at: Option<String>§subscribe_start_at: Option<String>§subscribe_end_at: Option<String>§settlement_time: Option<String>§min_purchase_amount: Option<String>§remaining_amount: Option<String>§order_precision_digital: Option<i32>Trait Implementations§
Source§impl Clone for SmartLeverageProduct
impl Clone for SmartLeverageProduct
Source§fn clone(&self) -> SmartLeverageProduct
fn clone(&self) -> SmartLeverageProduct
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 SmartLeverageProduct
impl Debug for SmartLeverageProduct
Source§impl<'de> Deserialize<'de> for SmartLeverageProduct
impl<'de> Deserialize<'de> for SmartLeverageProduct
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 SmartLeverageProduct
impl RefUnwindSafe for SmartLeverageProduct
impl Send for SmartLeverageProduct
impl Sync for SmartLeverageProduct
impl Unpin for SmartLeverageProduct
impl UnsafeUnpin for SmartLeverageProduct
impl UnwindSafe for SmartLeverageProduct
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