pub struct ExecTransTypeField(pub FIXString);Expand description
ExecTransTypeField is a CHAR field, Tag 20.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
impl FieldValue for ExecTransTypeField
Auto Trait Implementations§
impl Freeze for ExecTransTypeField
impl RefUnwindSafe for ExecTransTypeField
impl Send for ExecTransTypeField
impl Sync for ExecTransTypeField
impl Unpin for ExecTransTypeField
impl UnsafeUnpin for ExecTransTypeField
impl UnwindSafe for ExecTransTypeField
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