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