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