struct HoldingJson {
holder_name: String,
holding_qty: f64,
holding_ratio: f64,
change_qty: f64,
change_ratio: f64,
time: String,
}Fields§
§holder_name: String§holding_qty: f64§holding_ratio: f64§change_qty: f64§change_ratio: f64§time: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for HoldingJson
impl RefUnwindSafe for HoldingJson
impl Send for HoldingJson
impl Sync for HoldingJson
impl Unpin for HoldingJson
impl UnsafeUnpin for HoldingJson
impl UnwindSafe for HoldingJson
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