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