Struct binance::rest_model::OCORecordsQuery
source · pub struct OCORecordsQuery {
pub symbol: Option<String>,
pub from_id: Option<u64>,
pub start_time: Option<u64>,
pub end_time: Option<u64>,
pub limit: Option<u8>,
pub is_isolated: Option<String>,
}Fields§
§symbol: Option<String>§from_id: Option<u64>§start_time: Option<u64>§end_time: Option<u64>§limit: Option<u8>§is_isolated: Option<String>“TRUE” or “FALSE”, default is “FALSE”
Trait Implementations§
source§impl Clone for OCORecordsQuery
impl Clone for OCORecordsQuery
source§fn clone(&self) -> OCORecordsQuery
fn clone(&self) -> OCORecordsQuery
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 OCORecordsQuery
impl Debug for OCORecordsQuery
source§impl Default for OCORecordsQuery
impl Default for OCORecordsQuery
source§fn default() -> OCORecordsQuery
fn default() -> OCORecordsQuery
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for OCORecordsQuery
impl<'de> Deserialize<'de> for OCORecordsQuery
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