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