Struct binance::rest_model::MarginOCOOrderQuery
source · [−]pub struct MarginOCOOrderQuery {
pub symbol: Option<String>,
pub is_isolated: Option<String>,
pub order_list_id: Option<String>,
pub orig_client_order_id: Option<String>,
}Fields
symbol: Option<String>is_isolated: Option<String>order_list_id: Option<String>orig_client_order_id: Option<String>Trait Implementations
sourceimpl Clone for MarginOCOOrderQuery
impl Clone for MarginOCOOrderQuery
sourcefn clone(&self) -> MarginOCOOrderQuery
fn clone(&self) -> MarginOCOOrderQuery
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for MarginOCOOrderQuery
impl Debug for MarginOCOOrderQuery
sourceimpl Default for MarginOCOOrderQuery
impl Default for MarginOCOOrderQuery
sourcefn default() -> MarginOCOOrderQuery
fn default() -> MarginOCOOrderQuery
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for MarginOCOOrderQuery
impl<'de> Deserialize<'de> for MarginOCOOrderQuery
sourcefn 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
sourceimpl Serialize for MarginOCOOrderQuery
impl Serialize for MarginOCOOrderQuery
Auto Trait Implementations
impl RefUnwindSafe for MarginOCOOrderQuery
impl Send for MarginOCOOrderQuery
impl Sync for MarginOCOOrderQuery
impl Unpin for MarginOCOOrderQuery
impl UnwindSafe for MarginOCOOrderQuery
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more