pub enum DataFeed {
Iex,
Sip,
Crypto,
}Expand description
Data feed type for market data
Variants§
Trait Implementations§
impl Copy for DataFeed
impl Eq for DataFeed
impl StructuralPartialEq for DataFeed
Auto Trait Implementations§
impl Freeze for DataFeed
impl RefUnwindSafe for DataFeed
impl Send for DataFeed
impl Sync for DataFeed
impl Unpin for DataFeed
impl UnwindSafe for DataFeed
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