Struct binance::rest_model::MarginOrdersQuery
source · [−]pub struct MarginOrdersQuery {
pub symbol: String,
pub is_isolated: Option<String>,
pub order_id: u64,
pub start_time: Option<u64>,
pub end_time: Option<u64>,
pub limit: Option<u8>,
}Fields
symbol: Stringis_isolated: Option<String>“TRUE” or “FALSE”, default is “FALSE”
order_id: u64start_time: Option<u64>end_time: Option<u64>limit: Option<u8>Trait Implementations
sourceimpl Clone for MarginOrdersQuery
impl Clone for MarginOrdersQuery
sourcefn clone(&self) -> MarginOrdersQuery
fn clone(&self) -> MarginOrdersQuery
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 MarginOrdersQuery
impl Debug for MarginOrdersQuery
sourceimpl Default for MarginOrdersQuery
impl Default for MarginOrdersQuery
sourcefn default() -> MarginOrdersQuery
fn default() -> MarginOrdersQuery
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for MarginOrdersQuery
impl<'de> Deserialize<'de> for MarginOrdersQuery
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 MarginOrdersQuery
impl Serialize for MarginOrdersQuery
Auto Trait Implementations
impl RefUnwindSafe for MarginOrdersQuery
impl Send for MarginOrdersQuery
impl Sync for MarginOrdersQuery
impl Unpin for MarginOrdersQuery
impl UnwindSafe for MarginOrdersQuery
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