struct RiskFreeRateJson {
hk_rate_pct: Option<f64>,
us_rate_pct: Option<f64>,
jp_rate_pct: Option<f64>,
update_time: Option<i64>,
hk_rate_raw: Option<u64>,
us_rate_raw: Option<u64>,
jp_rate_raw: Option<u64>,
}Fields§
§hk_rate_pct: Option<f64>§us_rate_pct: Option<f64>§jp_rate_pct: Option<f64>§update_time: Option<i64>§hk_rate_raw: Option<u64>§us_rate_raw: Option<u64>§jp_rate_raw: Option<u64>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RiskFreeRateJson
impl RefUnwindSafe for RiskFreeRateJson
impl Send for RiskFreeRateJson
impl Sync for RiskFreeRateJson
impl Unpin for RiskFreeRateJson
impl UnsafeUnpin for RiskFreeRateJson
impl UnwindSafe for RiskFreeRateJson
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