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