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