pub struct Iex { /* private fields */ }Expand description
Fetch time series stock data from IEX, implements Publisher trait
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Iex
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