pub struct PlaceRwaOrderParams {
pub product_id: i64,
pub order_type: String,
pub coin: String,
pub stake_amount: Option<String>,
pub redeem_shares: Option<String>,
pub account_type: Option<String>,
pub order_link_id: String,
}Fields§
§product_id: i64§order_type: String§coin: String§stake_amount: Option<String>§account_type: Option<String>§order_link_id: StringTrait Implementations§
Source§impl Clone for PlaceRwaOrderParams
impl Clone for PlaceRwaOrderParams
Source§fn clone(&self) -> PlaceRwaOrderParams
fn clone(&self) -> PlaceRwaOrderParams
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 PlaceRwaOrderParams
impl Debug for PlaceRwaOrderParams
Source§impl<'de> Deserialize<'de> for PlaceRwaOrderParams
impl<'de> Deserialize<'de> for PlaceRwaOrderParams
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 PlaceRwaOrderParams
impl RefUnwindSafe for PlaceRwaOrderParams
impl Send for PlaceRwaOrderParams
impl Sync for PlaceRwaOrderParams
impl Unpin for PlaceRwaOrderParams
impl UnsafeUnpin for PlaceRwaOrderParams
impl UnwindSafe for PlaceRwaOrderParams
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