struct DailyShortVolumeRow {
market: String,
date: String,
short_shares: String,
short_percent: String,
volume: String,
close: String,
next_key: String,
}Fields§
§market: String§date: String§short_percent: String§volume: String§close: String§next_key: StringTrait Implementations§
Source§impl Tabled for DailyShortVolumeRow
impl Tabled for DailyShortVolumeRow
Auto Trait Implementations§
impl Freeze for DailyShortVolumeRow
impl RefUnwindSafe for DailyShortVolumeRow
impl Send for DailyShortVolumeRow
impl Sync for DailyShortVolumeRow
impl Unpin for DailyShortVolumeRow
impl UnsafeUnpin for DailyShortVolumeRow
impl UnwindSafe for DailyShortVolumeRow
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