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