struct ValuationPlateStockListRow {
symbol: String,
name: String,
valuation: String,
forward: String,
percentile: String,
market_cap: String,
next_key: String,
}Fields§
§symbol: String§name: String§valuation: String§forward: String§percentile: String§market_cap: String§next_key: StringTrait Implementations§
Source§impl Tabled for ValuationPlateStockListRow
impl Tabled for ValuationPlateStockListRow
Auto Trait Implementations§
impl Freeze for ValuationPlateStockListRow
impl RefUnwindSafe for ValuationPlateStockListRow
impl Send for ValuationPlateStockListRow
impl Sync for ValuationPlateStockListRow
impl Unpin for ValuationPlateStockListRow
impl UnsafeUnpin for ValuationPlateStockListRow
impl UnwindSafe for ValuationPlateStockListRow
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