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