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