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