Struct binance::rest_model::MarginOrderQuery
source · pub struct MarginOrderQuery {
pub symbol: String,
pub is_isolated: Option<String>,
pub order_id: Option<String>,
pub orig_client_order_id: Option<String>,
}Fields§
§symbol: String§is_isolated: Option<String>§order_id: Option<String>§orig_client_order_id: Option<String>Trait Implementations§
source§impl Clone for MarginOrderQuery
impl Clone for MarginOrderQuery
source§fn clone(&self) -> MarginOrderQuery
fn clone(&self) -> MarginOrderQuery
Returns a copy of the value. Read more
1.0.0 · 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 MarginOrderQuery
impl Debug for MarginOrderQuery
source§impl Default for MarginOrderQuery
impl Default for MarginOrderQuery
source§fn default() -> MarginOrderQuery
fn default() -> MarginOrderQuery
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for MarginOrderQuery
impl<'de> Deserialize<'de> for MarginOrderQuery
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