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