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