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