pub struct TradeExecuteRequest {
pub quote_tx_id: String,
pub sub_user_id: String,
pub webhook_url: Option<String>,
pub merchant_request_id: Option<String>,
}Fields§
§quote_tx_id: String§sub_user_id: String§webhook_url: Option<String>§merchant_request_id: Option<String>Trait Implementations§
Source§impl Clone for TradeExecuteRequest
impl Clone for TradeExecuteRequest
Source§fn clone(&self) -> TradeExecuteRequest
fn clone(&self) -> TradeExecuteRequest
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 TradeExecuteRequest
impl Debug for TradeExecuteRequest
Source§impl<'de> Deserialize<'de> for TradeExecuteRequest
impl<'de> Deserialize<'de> for TradeExecuteRequest
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 TradeExecuteRequest
impl RefUnwindSafe for TradeExecuteRequest
impl Send for TradeExecuteRequest
impl Sync for TradeExecuteRequest
impl Unpin for TradeExecuteRequest
impl UnsafeUnpin for TradeExecuteRequest
impl UnwindSafe for TradeExecuteRequest
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