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