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