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