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