struct StockScreenJson {
data_list: Vec<StockScreenItem>,
last_page: Option<i32>,
all_count: Option<i32>,
}Fields§
§data_list: Vec<StockScreenItem>§last_page: Option<i32>§all_count: Option<i32>Trait Implementations§
Auto Trait Implementations§
impl Freeze for StockScreenJson
impl RefUnwindSafe for StockScreenJson
impl Send for StockScreenJson
impl Sync for StockScreenJson
impl Unpin for StockScreenJson
impl UnsafeUnpin for StockScreenJson
impl UnwindSafe for StockScreenJson
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