Struct binance::rest_model::InterestState
source · pub struct InterestState {
pub asset: String,
pub interest: f64,
pub interest_accured_time: u64,
pub interest_rate: f64,
pub principal: f64,
pub interest_type: InterestType,
pub isolated_symbol: Option<String>,
}Fields§
§asset: String§interest: f64§interest_accured_time: u64§interest_rate: f64§principal: f64§interest_type: InterestType§isolated_symbol: Option<String>Trait Implementations§
source§impl Clone for InterestState
impl Clone for InterestState
source§fn clone(&self) -> InterestState
fn clone(&self) -> InterestState
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 InterestState
impl Debug for InterestState
source§impl<'de> Deserialize<'de> for InterestState
impl<'de> Deserialize<'de> for InterestState
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