pub struct ResetSeqNumFlagField(pub FIXBoolean);Expand description
ResetSeqNumFlagField is a BOOLEAN field, Tag 141.
Tuple Fields§
§0: FIXBooleanImplementations§
Trait Implementations§
impl FieldValue for ResetSeqNumFlagField
Auto Trait Implementations§
impl Freeze for ResetSeqNumFlagField
impl RefUnwindSafe for ResetSeqNumFlagField
impl Send for ResetSeqNumFlagField
impl Sync for ResetSeqNumFlagField
impl Unpin for ResetSeqNumFlagField
impl UnsafeUnpin for ResetSeqNumFlagField
impl UnwindSafe for ResetSeqNumFlagField
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