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