struct StockScreenRow {
stock_id: String,
result_count: usize,
}Fields§
§stock_id: String§result_count: usizeTrait Implementations§
Source§impl Tabled for StockScreenRow
impl Tabled for StockScreenRow
Auto Trait Implementations§
impl Freeze for StockScreenRow
impl RefUnwindSafe for StockScreenRow
impl Send for StockScreenRow
impl Sync for StockScreenRow
impl Unpin for StockScreenRow
impl UnsafeUnpin for StockScreenRow
impl UnwindSafe for StockScreenRow
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