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