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