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