Struct market_data::Iex
source · pub struct Iex { /* private fields */ }Expand description
Fetch time series stock data from IEX, implements Publisher trait
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Iex
impl Send for Iex
impl Sync for Iex
impl Unpin for Iex
impl UnwindSafe for Iex
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