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