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: f64asset: Stringinterest: f64principal: f64status: TransactionStatustimestamp: u64tx_id: u64isolated_symbol: Option<String>Trait Implementations
sourceimpl Clone for RepayState
impl Clone for RepayState
sourcefn clone(&self) -> RepayState
fn clone(&self) -> RepayState
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 RepayState
impl Debug for RepayState
sourceimpl<'de> Deserialize<'de> for RepayState
impl<'de> Deserialize<'de> for RepayState
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 RepayState
impl Serialize for RepayState
Auto Trait Implementations
impl RefUnwindSafe for RepayState
impl Send for RepayState
impl Sync for RepayState
impl Unpin for RepayState
impl UnwindSafe for RepayState
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