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