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: AccountSnapshotTypestart_time: Option<u64>end_time: Option<u64>limit: Option<u64>Trait Implementations
sourceimpl Clone for AccountSnapshotQuery
impl Clone for AccountSnapshotQuery
sourcefn clone(&self) -> AccountSnapshotQuery
fn clone(&self) -> AccountSnapshotQuery
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 AccountSnapshotQuery
impl Debug for AccountSnapshotQuery
sourceimpl<'de> Deserialize<'de> for AccountSnapshotQuery
impl<'de> Deserialize<'de> for AccountSnapshotQuery
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 AccountSnapshotQuery
impl Serialize for AccountSnapshotQuery
Auto Trait Implementations
impl RefUnwindSafe for AccountSnapshotQuery
impl Send for AccountSnapshotQuery
impl Sync for AccountSnapshotQuery
impl Unpin for AccountSnapshotQuery
impl UnwindSafe for AccountSnapshotQuery
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