pub enum AdvSide {
Buy,
Sell,
Trade,
Cross,
}
Variants§
Implementations§
Source§impl AdvSide
impl AdvSide
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl IntoFixValue for AdvSide
impl IntoFixValue for AdvSide
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