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