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