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