Struct binance::rest_model::InterestRateAssetHistory
source · [−]pub struct InterestRateAssetHistory {
pub asset: String,
pub daily_interest_rate: f64,
pub timestamp: u128,
pub vip_level: u8,
}Fields
asset: Stringdaily_interest_rate: f64timestamp: u128vip_level: u8Trait Implementations
sourceimpl Clone for InterestRateAssetHistory
impl Clone for InterestRateAssetHistory
sourcefn clone(&self) -> InterestRateAssetHistory
fn clone(&self) -> InterestRateAssetHistory
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 InterestRateAssetHistory
impl Debug for InterestRateAssetHistory
sourceimpl<'de> Deserialize<'de> for InterestRateAssetHistory
impl<'de> Deserialize<'de> for InterestRateAssetHistory
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 InterestRateAssetHistory
impl Serialize for InterestRateAssetHistory
Auto Trait Implementations
impl RefUnwindSafe for InterestRateAssetHistory
impl Send for InterestRateAssetHistory
impl Sync for InterestRateAssetHistory
impl Unpin for InterestRateAssetHistory
impl UnwindSafe for InterestRateAssetHistory
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