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