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