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