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