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