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