pub struct FinancialCalendarCommand<'a> {Show 13 fields
pub begin_date: &'a str,
pub end_date: &'a str,
pub markets: &'a [String],
pub pub_types: &'a [String],
pub stock_types: &'a [String],
pub count: Option<i32>,
pub ranking_type: Option<i32>,
pub estimate_types: &'a [String],
pub custom_filters: &'a [String],
pub watchlist_only: bool,
pub positions_only: bool,
pub watchlist_stock_ids: &'a [u64],
pub holding_stock_ids: &'a [u64],
}Fields§
§begin_date: &'a str§end_date: &'a str§markets: &'a [String]§pub_types: &'a [String]§stock_types: &'a [String]§count: Option<i32>§ranking_type: Option<i32>§estimate_types: &'a [String]§custom_filters: &'a [String]§watchlist_only: bool§positions_only: bool§watchlist_stock_ids: &'a [u64]§holding_stock_ids: &'a [u64]Auto Trait Implementations§
impl<'a> Freeze for FinancialCalendarCommand<'a>
impl<'a> RefUnwindSafe for FinancialCalendarCommand<'a>
impl<'a> Send for FinancialCalendarCommand<'a>
impl<'a> Sync for FinancialCalendarCommand<'a>
impl<'a> Unpin for FinancialCalendarCommand<'a>
impl<'a> UnsafeUnpin for FinancialCalendarCommand<'a>
impl<'a> UnwindSafe for FinancialCalendarCommand<'a>
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