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