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