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