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