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