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