struct StockJson {
symbol: String,
id: i64,
name: String,
sec_type: i32,
lot_size: i32,
list_time: String,
delisting: bool,
}Fields§
§symbol: String§id: i64§name: String§sec_type: i32§lot_size: i32§list_time: String§delisting: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for StockJson
impl RefUnwindSafe for StockJson
impl Send for StockJson
impl Sync for StockJson
impl Unpin for StockJson
impl UnsafeUnpin for StockJson
impl UnwindSafe for StockJson
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