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