pub struct DistribPaymentMethodField(pub FIXInt);Expand description
DistribPaymentMethodField is a INT field, Tag 477.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for DistribPaymentMethodField
Auto Trait Implementations§
impl Freeze for DistribPaymentMethodField
impl RefUnwindSafe for DistribPaymentMethodField
impl Send for DistribPaymentMethodField
impl Sync for DistribPaymentMethodField
impl Unpin for DistribPaymentMethodField
impl UnsafeUnpin for DistribPaymentMethodField
impl UnwindSafe for DistribPaymentMethodField
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