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