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