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