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