pub enum OrderbookDepth {
Level25,
Level100,
}Variants§
Trait Implementations§
Source§impl From<OrderbookDepth> for u16
impl From<OrderbookDepth> for u16
Source§fn from(value: OrderbookDepth) -> Self
fn from(value: OrderbookDepth) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for OrderbookDepth
impl RefUnwindSafe for OrderbookDepth
impl Send for OrderbookDepth
impl Sync for OrderbookDepth
impl Unpin for OrderbookDepth
impl UnwindSafe for OrderbookDepth
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