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