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