pub enum CrossType {
CrossAon,
CrossIoc,
CrossOneSide,
CrossSamePrice,
}
Variants§
Implementations§
Trait Implementations§
Source§impl ToFixString for CrossType
impl ToFixString for CrossType
fn to_fix_string(&self) -> FixString
impl Copy for CrossType
impl Eq for CrossType
impl StructuralPartialEq for CrossType
Auto Trait Implementations§
impl Freeze for CrossType
impl RefUnwindSafe for CrossType
impl Send for CrossType
impl Sync for CrossType
impl Unpin for CrossType
impl UnwindSafe for CrossType
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