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