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