struct InsiderHolderListRow {
name: String,
title: String,
holder_id: String,
holder_quantity: String,
holder_pct: String,
all_count: String,
insider_total: String,
bought: String,
sold: String,
next_key: String,
}Fields§
§name: String§title: String§holder_id: String§holder_quantity: String§holder_pct: String§all_count: String§insider_total: String§bought: String§sold: String§next_key: StringTrait Implementations§
Source§impl Tabled for InsiderHolderListRow
impl Tabled for InsiderHolderListRow
Auto Trait Implementations§
impl Freeze for InsiderHolderListRow
impl RefUnwindSafe for InsiderHolderListRow
impl Send for InsiderHolderListRow
impl Sync for InsiderHolderListRow
impl Unpin for InsiderHolderListRow
impl UnsafeUnpin for InsiderHolderListRow
impl UnwindSafe for InsiderHolderListRow
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