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