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