Struct binance::rest_model::AccountSnapshotQuery
source · pub struct AccountSnapshotQuery {
pub account_type: AccountSnapshotType,
pub start_time: Option<u64>,
pub end_time: Option<u64>,
pub limit: Option<u64>,
}Fields§
§account_type: AccountSnapshotType§start_time: Option<u64>§end_time: Option<u64>§limit: Option<u64>Trait Implementations§
source§impl Clone for AccountSnapshotQuery
impl Clone for AccountSnapshotQuery
source§fn clone(&self) -> AccountSnapshotQuery
fn clone(&self) -> AccountSnapshotQuery
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 AccountSnapshotQuery
impl Debug for AccountSnapshotQuery
source§impl<'de> Deserialize<'de> for AccountSnapshotQuery
impl<'de> Deserialize<'de> for AccountSnapshotQuery
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