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