pub struct NoComplexEventsField(pub FIXInt);Expand description
NoComplexEventsField is a NUMINGROUP field, Tag 1483.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for NoComplexEventsField
Auto Trait Implementations§
impl Freeze for NoComplexEventsField
impl RefUnwindSafe for NoComplexEventsField
impl Send for NoComplexEventsField
impl Sync for NoComplexEventsField
impl Unpin for NoComplexEventsField
impl UnsafeUnpin for NoComplexEventsField
impl UnwindSafe for NoComplexEventsField
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