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