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