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