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