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