pub struct GetInterestHistoryResponseRowsInner {
pub tx_id: Option<i64>,
pub interest_accured_time: Option<i64>,
pub asset: Option<String>,
pub raw_asset: Option<String>,
pub principal: Option<String>,
pub interest: Option<String>,
pub interest_rate: Option<String>,
pub type: Option<String>,
pub isolated_symbol: Option<String>,
}Fields§
§tx_id: Option<i64>§interest_accured_time: Option<i64>§asset: Option<String>§raw_asset: Option<String>§principal: Option<String>§interest: Option<String>§interest_rate: Option<String>§type: Option<String>§isolated_symbol: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for GetInterestHistoryResponseRowsInner
impl Clone for GetInterestHistoryResponseRowsInner
Source§fn clone(&self) -> GetInterestHistoryResponseRowsInner
fn clone(&self) -> GetInterestHistoryResponseRowsInner
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 Default for GetInterestHistoryResponseRowsInner
impl Default for GetInterestHistoryResponseRowsInner
Source§fn default() -> GetInterestHistoryResponseRowsInner
fn default() -> GetInterestHistoryResponseRowsInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetInterestHistoryResponseRowsInner
impl<'de> Deserialize<'de> for GetInterestHistoryResponseRowsInner
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
Source§impl PartialEq for GetInterestHistoryResponseRowsInner
impl PartialEq for GetInterestHistoryResponseRowsInner
Source§fn eq(&self, other: &GetInterestHistoryResponseRowsInner) -> bool
fn eq(&self, other: &GetInterestHistoryResponseRowsInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetInterestHistoryResponseRowsInner
Auto Trait Implementations§
impl Freeze for GetInterestHistoryResponseRowsInner
impl RefUnwindSafe for GetInterestHistoryResponseRowsInner
impl Send for GetInterestHistoryResponseRowsInner
impl Sync for GetInterestHistoryResponseRowsInner
impl Unpin for GetInterestHistoryResponseRowsInner
impl UnsafeUnpin for GetInterestHistoryResponseRowsInner
impl UnwindSafe for GetInterestHistoryResponseRowsInner
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