pub struct CryptoLoanFlexibleRepaymentHistoryItem {
pub repay_id: Option<String>,
pub loan_currency: Option<String>,
pub repay_amount: Option<String>,
pub principal_amount: Option<String>,
pub interest_amount: Option<String>,
pub repay_time: Option<i64>,
pub repay_type: Option<i32>,
pub status: Option<i32>,
}Fields§
§repay_id: Option<String>§loan_currency: Option<String>§repay_amount: Option<String>§principal_amount: Option<String>§interest_amount: Option<String>§repay_time: Option<i64>§repay_type: Option<i32>§status: Option<i32>Trait Implementations§
Source§impl Clone for CryptoLoanFlexibleRepaymentHistoryItem
impl Clone for CryptoLoanFlexibleRepaymentHistoryItem
Source§fn clone(&self) -> CryptoLoanFlexibleRepaymentHistoryItem
fn clone(&self) -> CryptoLoanFlexibleRepaymentHistoryItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for CryptoLoanFlexibleRepaymentHistoryItem
impl<'de> Deserialize<'de> for CryptoLoanFlexibleRepaymentHistoryItem
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 Freeze for CryptoLoanFlexibleRepaymentHistoryItem
impl RefUnwindSafe for CryptoLoanFlexibleRepaymentHistoryItem
impl Send for CryptoLoanFlexibleRepaymentHistoryItem
impl Sync for CryptoLoanFlexibleRepaymentHistoryItem
impl Unpin for CryptoLoanFlexibleRepaymentHistoryItem
impl UnsafeUnpin for CryptoLoanFlexibleRepaymentHistoryItem
impl UnwindSafe for CryptoLoanFlexibleRepaymentHistoryItem
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