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