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