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