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