pub enum OrderSide {
Buy,
Sell,
}Expand description
Buy or sell.
Variants§
Trait Implementations§
Source§impl From<OrderSide> for TransactionType
impl From<OrderSide> for TransactionType
Source§impl From<OrderSide> for TransactionType
impl From<OrderSide> for TransactionType
Source§impl From<OrderSide> for TransactionType
impl From<OrderSide> for TransactionType
impl Copy for OrderSide
impl Eq for OrderSide
impl StructuralPartialEq for OrderSide
Auto Trait Implementations§
impl Freeze for OrderSide
impl RefUnwindSafe for OrderSide
impl Send for OrderSide
impl Sync for OrderSide
impl Unpin for OrderSide
impl UnwindSafe for OrderSide
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