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