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