pub struct RiskWarningLevelNameField(pub FIXString);Expand description
RiskWarningLevelNameField is a STRING field, Tag 1561.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
impl FieldValue for RiskWarningLevelNameField
Auto Trait Implementations§
impl Freeze for RiskWarningLevelNameField
impl RefUnwindSafe for RiskWarningLevelNameField
impl Send for RiskWarningLevelNameField
impl Sync for RiskWarningLevelNameField
impl Unpin for RiskWarningLevelNameField
impl UnsafeUnpin for RiskWarningLevelNameField
impl UnwindSafe for RiskWarningLevelNameField
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