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