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