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