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