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