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