Enum MarketDataType
pub enum MarketDataType {
Trade,
L2Delta,
L2Snapshot,
Liquidation,
OhlcvBar,
}Variants§
Trait Implementations§
§impl Clone for MarketDataType
impl Clone for MarketDataType
§fn clone(&self) -> MarketDataType
fn clone(&self) -> MarketDataType
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl Hash for MarketDataType
impl Hash for MarketDataType
§impl PartialEq for MarketDataType
impl PartialEq for MarketDataType
impl Copy for MarketDataType
impl Eq for MarketDataType
impl StructuralPartialEq for MarketDataType
Auto Trait Implementations§
impl Freeze for MarketDataType
impl RefUnwindSafe for MarketDataType
impl Send for MarketDataType
impl Sync for MarketDataType
impl Unpin for MarketDataType
impl UnsafeUnpin for MarketDataType
impl UnwindSafe for MarketDataType
Blanket Implementations§
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)