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