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