Struct binance::rest_model::InterestRateHistoryQuery
source · pub struct InterestRateHistoryQuery {
pub asset: String,
pub vip_level: Option<u8>,
pub start_time: Option<u64>,
pub end_time: Option<u64>,
pub limit: Option<u64>,
}Fields§
§asset: String§vip_level: Option<u8>§start_time: Option<u64>§end_time: Option<u64>§limit: Option<u64>Trait Implementations§
source§impl Clone for InterestRateHistoryQuery
impl Clone for InterestRateHistoryQuery
source§fn clone(&self) -> InterestRateHistoryQuery
fn clone(&self) -> InterestRateHistoryQuery
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 InterestRateHistoryQuery
impl Debug for InterestRateHistoryQuery
source§impl Default for InterestRateHistoryQuery
impl Default for InterestRateHistoryQuery
source§fn default() -> InterestRateHistoryQuery
fn default() -> InterestRateHistoryQuery
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for InterestRateHistoryQuery
impl<'de> Deserialize<'de> for InterestRateHistoryQuery
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
Auto Trait Implementations§
impl RefUnwindSafe for InterestRateHistoryQuery
impl Send for InterestRateHistoryQuery
impl Sync for InterestRateHistoryQuery
impl Unpin for InterestRateHistoryQuery
impl UnwindSafe for InterestRateHistoryQuery
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more