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