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