pub enum BuySell {
Buy,
Sell,
}Expand description
Направление заявки в стакане.
Variants§
Implementations§
Trait Implementations§
impl Copy for BuySell
impl Eq for BuySell
impl StructuralPartialEq for BuySell
Auto Trait Implementations§
impl Freeze for BuySell
impl RefUnwindSafe for BuySell
impl Send for BuySell
impl Sync for BuySell
impl Unpin for BuySell
impl UnsafeUnpin for BuySell
impl UnwindSafe for BuySell
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