pub enum LegAction {
Buy,
Sell,
}Expand description
Trading action for spread/combo legs
Variants§
Implementations§
Trait Implementations§
impl Copy for LegAction
impl Eq for LegAction
impl StructuralPartialEq for LegAction
Auto Trait Implementations§
impl Freeze for LegAction
impl RefUnwindSafe for LegAction
impl Send for LegAction
impl Sync for LegAction
impl Unpin for LegAction
impl UnwindSafe for LegAction
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