struct InsiderTradeListRow {Show 15 fields
name: String,
title: String,
holder_id: String,
trade_shares: String,
min_trade_date: String,
max_trade_date: String,
min_price: String,
max_price: String,
security_holder_quantity: String,
security_description: String,
transaction_type: String,
source_group_name: String,
proposed_sale: String,
all_count: String,
next_key: String,
}Fields§
§name: String§title: String§holder_id: String§min_trade_date: String§max_trade_date: String§min_price: String§max_price: String§security_holder_quantity: String§security_description: String§transaction_type: String§source_group_name: String§proposed_sale: String§all_count: String§next_key: StringTrait Implementations§
Source§impl Tabled for InsiderTradeListRow
impl Tabled for InsiderTradeListRow
Auto Trait Implementations§
impl Freeze for InsiderTradeListRow
impl RefUnwindSafe for InsiderTradeListRow
impl Send for InsiderTradeListRow
impl Sync for InsiderTradeListRow
impl Unpin for InsiderTradeListRow
impl UnsafeUnpin for InsiderTradeListRow
impl UnwindSafe for InsiderTradeListRow
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