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