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