pub struct FinancialCalendarTargetCommand<'a> {
pub stock_ids: &'a [u64],
pub markets: &'a [String],
pub size: i32,
pub start: Option<i32>,
}Fields§
§stock_ids: &'a [u64]§markets: &'a [String]§size: i32§start: Option<i32>Auto Trait Implementations§
impl<'a> Freeze for FinancialCalendarTargetCommand<'a>
impl<'a> RefUnwindSafe for FinancialCalendarTargetCommand<'a>
impl<'a> Send for FinancialCalendarTargetCommand<'a>
impl<'a> Sync for FinancialCalendarTargetCommand<'a>
impl<'a> Unpin for FinancialCalendarTargetCommand<'a>
impl<'a> UnsafeUnpin for FinancialCalendarTargetCommand<'a>
impl<'a> UnwindSafe for FinancialCalendarTargetCommand<'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