pub struct SideMultiLegReportingTypeField(pub FIXInt);Expand description
SideMultiLegReportingTypeField is a INT field, Tag 752.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for SideMultiLegReportingTypeField
Auto Trait Implementations§
impl Freeze for SideMultiLegReportingTypeField
impl RefUnwindSafe for SideMultiLegReportingTypeField
impl Send for SideMultiLegReportingTypeField
impl Sync for SideMultiLegReportingTypeField
impl Unpin for SideMultiLegReportingTypeField
impl UnsafeUnpin for SideMultiLegReportingTypeField
impl UnwindSafe for SideMultiLegReportingTypeField
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