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