pub enum AdvSide {
Buy,
Sell,
Trade,
Cross,
}
Variants§
Implementations§
Trait Implementations§
Source§impl ToFixString for AdvSide
impl ToFixString for AdvSide
fn to_fix_string(&self) -> FixString
impl Copy for AdvSide
impl Eq for AdvSide
impl StructuralPartialEq for AdvSide
Auto Trait Implementations§
impl Freeze for AdvSide
impl RefUnwindSafe for AdvSide
impl Send for AdvSide
impl Sync for AdvSide
impl Unpin for AdvSide
impl UnwindSafe for AdvSide
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