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