pub enum OBLevel {
Level1 = 1,
Level2 = 2,
Level3 = 3,
}Expand description
Enum representing Coinbase’s orderbook options.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OBLevel
impl RefUnwindSafe for OBLevel
impl Send for OBLevel
impl Sync for OBLevel
impl Unpin for OBLevel
impl UnwindSafe for OBLevel
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