Enum cfix::types::MarketType
source · pub enum MarketType {
Spot,
Depth,
}
Variants§
Trait Implementations§
source§impl Debug for MarketType
impl Debug for MarketType
Auto Trait Implementations§
impl Freeze for MarketType
impl RefUnwindSafe for MarketType
impl Send for MarketType
impl Sync for MarketType
impl Unpin for MarketType
impl UnwindSafe for MarketType
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